Skip to content

Commit a849f74

Browse files
committed
- add animal age claucaltor to sidebar.html and tools.json, add screenshot
1 parent d52df03 commit a849f74

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,5 +1703,16 @@
17031703
"aiPowered": false,
17041704
"featured": false,
17051705
"date": "2025-09-29"
1706+
},
1707+
{
1708+
"id": "animal_age_calculator",
1709+
"title": "Animal Age Calculator",
1710+
"description": "Free online animal age calculator. Convert your age to dog years, cat years, and other animal ages. See how old you'd be as different animals with accurate scientific calculations.",
1711+
"url": "tools/animal_age_calculator.html",
1712+
"screenshot": "screenshots/screenshot_221.webp",
1713+
"type": "tool",
1714+
"aiPowered": false,
1715+
"featured": false,
1716+
"date": "2025-10-05"
17061717
}
17071718
]

screenshots/screenshot_221.webp

11.7 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ <h2>Tools by ChatGPT</h2>
306306
<li><a href="/tools/html_tag_stripper.html">HTML Tag Stripper</a></li>
307307
<li><a href="/tools/hourly_rate_calculator.html">Hourly Rate Calculator</a></li>
308308
<li><a href="/tools/family_tree_builder.html">Family Tree Builder</a></li>
309+
<li><a href="/tools/animal_age_calculator.html">Animal Age Calculator</a></li>
309310
<!-- end -->
310311
</ul>
311312
</div>

tools/animal_age_calculator.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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 animal age calculator. Convert your age to dog years, cat years, and other animal ages. See how old you'd be as different animals with accurate scientific calculations.">
7+
<meta name="keywords" content="animal age calculator, dog years calculator, cat years calculator, pet age converter, human to animal age, animal years to human years">
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/animal_age_calculator.html">
11+
<meta property="og:title" content="Animal Age Calculator - Convert Human to Animal Years">
12+
<meta property="og:description" content="Free online animal age calculator. Convert your age to dog years, cat years, and other animal ages. See how old you'd be as different animals with accurate scientific calculations.">
13+
<meta property="og:type" content="website">
14+
<meta property="og:url" content="https://www.gptgames.dev/tools/animal_age_calculator.html">
15+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_221.webp">
16+
<meta property="og:site_name" content="GPT Games">
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="Animal Age Calculator - Convert Human to Animal Years">
19+
<meta name="twitter:description" content="Free online animal age calculator. Convert your age to dog years, cat years, and other animal ages. See how old you'd be as different animals.">
20+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_221.webp">
621
<title>Animal Age Calculator</title>
722
<style>
823
* {

0 commit comments

Comments
 (0)