@jjlmoya/utils-pets 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +52 -0
- package/src/category/i18n/id.ts +52 -0
- package/src/category/i18n/it.ts +52 -0
- package/src/category/i18n/ja.ts +52 -0
- package/src/category/i18n/ko.ts +52 -0
- package/src/category/i18n/nl.ts +52 -0
- package/src/category/i18n/pl.ts +52 -0
- package/src/category/i18n/pt.ts +52 -0
- package/src/category/i18n/ru.ts +52 -0
- package/src/category/i18n/sv.ts +52 -0
- package/src/category/i18n/tr.ts +52 -0
- package/src/category/i18n/zh.ts +52 -0
- package/src/category/index.ts +13 -1
- package/src/index.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +42 -0
- package/src/tests/no_h1_in_components.test.ts +48 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/petAge/i18n/de.ts +189 -0
- package/src/tool/petAge/i18n/en.ts +73 -44
- package/src/tool/petAge/i18n/es.ts +74 -45
- package/src/tool/petAge/i18n/fr.ts +73 -44
- package/src/tool/petAge/i18n/id.ts +189 -0
- package/src/tool/petAge/i18n/it.ts +189 -0
- package/src/tool/petAge/i18n/ja.ts +189 -0
- package/src/tool/petAge/i18n/ko.ts +189 -0
- package/src/tool/petAge/i18n/nl.ts +189 -0
- package/src/tool/petAge/i18n/pl.ts +189 -0
- package/src/tool/petAge/i18n/pt.ts +189 -0
- package/src/tool/petAge/i18n/ru.ts +189 -0
- package/src/tool/petAge/i18n/sv.ts +189 -0
- package/src/tool/petAge/i18n/tr.ts +195 -0
- package/src/tool/petAge/i18n/zh.ts +189 -0
- package/src/tool/petAge/index.ts +13 -1
- package/src/tool/petRation/i18n/de.ts +186 -0
- package/src/tool/petRation/i18n/en.ts +57 -32
- package/src/tool/petRation/i18n/es.ts +70 -45
- package/src/tool/petRation/i18n/fr.ts +75 -50
- package/src/tool/petRation/i18n/id.ts +186 -0
- package/src/tool/petRation/i18n/it.ts +186 -0
- package/src/tool/petRation/i18n/ja.ts +186 -0
- package/src/tool/petRation/i18n/ko.ts +186 -0
- package/src/tool/petRation/i18n/nl.ts +186 -0
- package/src/tool/petRation/i18n/pl.ts +186 -0
- package/src/tool/petRation/i18n/pt.ts +186 -0
- package/src/tool/petRation/i18n/ru.ts +186 -0
- package/src/tool/petRation/i18n/sv.ts +186 -0
- package/src/tool/petRation/i18n/tr.ts +186 -0
- package/src/tool/petRation/i18n/zh.ts +186 -0
- package/src/tool/petRation/index.ts +13 -1
- package/src/tools.ts +2 -0
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import type { WithContext, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { PetAgeUI, PetAgeLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'haustier-alter-rechner';
|
|
5
|
+
const title = 'Haustier Alter Rechner';
|
|
6
|
+
const description = 'Entdecken Sie das wahre Alter Ihres Hundes oder Ihrer Katze in Menschenjahren. Vergessen Sie die "Mal 7 Regel". Nutzen Sie unseren auf aktueller Veterinärwissenschaft basierenden Rechner.';
|
|
7
|
+
|
|
8
|
+
const ui: PetAgeUI = {
|
|
9
|
+
toolTitle: 'Altersrechner',
|
|
10
|
+
toolSubtitle: 'Wie viele Menschenjahre hat Ihr pelziger Freund wirklich?',
|
|
11
|
+
petNameLabel: 'Name (Optional)',
|
|
12
|
+
petNamePlaceholder: 'z.B. Buddy',
|
|
13
|
+
petTypeDog: 'Hund',
|
|
14
|
+
petTypeCat: 'Katze',
|
|
15
|
+
sizeSmall: 'Klein',
|
|
16
|
+
sizeMedium: 'Mittel',
|
|
17
|
+
sizeLarge: 'Groß',
|
|
18
|
+
sizeGiant: 'Riesig',
|
|
19
|
+
birthYearLabel: 'Geburtsjahr',
|
|
20
|
+
humanAgeLabel: 'Das Menschenalter von',
|
|
21
|
+
humanAgeUnit: 'Jahre',
|
|
22
|
+
humanAgeYears: 'Jahre',
|
|
23
|
+
lifeStageLabel: 'Lebensphase',
|
|
24
|
+
milestoneLabel: 'Nächster Meilenstein',
|
|
25
|
+
shareBtn: 'Ergebnis teilen',
|
|
26
|
+
shareSuccess: 'Kopiert! Karte wird geöffnet...',
|
|
27
|
+
humanAgeTitle: 'Magisches Alter',
|
|
28
|
+
recalculateBtn: 'Weiteres Alter berechnen',
|
|
29
|
+
realAgeLabel: 'Wahre Alter',
|
|
30
|
+
defaultPetName: 'Ihr Haustier',
|
|
31
|
+
stageDogPuppy: 'Verspielter Welpe',
|
|
32
|
+
stageDogTeen: 'Rebellischer Teenager',
|
|
33
|
+
stageDogAdult: 'Fitter Erwachsener',
|
|
34
|
+
stageDogMature: 'Ehrwürdige Reife',
|
|
35
|
+
stageDogSenior: 'Weiser Senior',
|
|
36
|
+
stageCatKitten: 'Kindliche Neugier',
|
|
37
|
+
stageCatYouth: 'Feline Jugend',
|
|
38
|
+
stageCatReign: 'Häusliche Herrschaft',
|
|
39
|
+
stageCatVeteran: 'Verwöhnter Veteran',
|
|
40
|
+
stageCatVenerable: 'Ehrwürdiger Ältester',
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const faq: PetAgeLocaleContent['faq'] = [
|
|
44
|
+
{
|
|
45
|
+
question: 'Ist es wahr, dass ein Hundejahr sieben Menschenjahren entspricht?',
|
|
46
|
+
answer: 'Nein. Das ist eine vereinfachte Regel, die die moderne Veterinärwissenschaft widerlegt hat. Hunde reifen in den ersten zwei Jahren sehr schnell, und der Prozess verlangsamt sich dann, wobei er je nach Gewicht und Rasse stark variiert. Neue Studien zur DNA-Methylierung haben präzisere Altersformeln ermöglicht, die die wahre biologische Entwicklung besser widerspiegeln.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
question: 'Warum altern große Hunde schneller?',
|
|
50
|
+
answer: 'Große Hunderassen haben einen beschleunigten Stoffwechsel und ein schnelleres Wachstum, was zu größerem oxidativem Stress in ihren Zellen führt. Das bedeutet, dass ihre Lebenserwartung kürzer ist als die von kleinen Hunden. Riesenzuchtrassen können bereits mit 5 Menschenjahren den Seniorstatus erreichen, während kleine Rassen dies erst mit 10 oder 11 Jahren tun.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
question: 'Wie altern Katzen im Vergleich zum Menschen?',
|
|
54
|
+
answer: 'Eine Katze beendet ihre Kindheit mit einem Monat, ihre Adoleszenz mit 6 Monaten und erreicht das Erwachsenenalter (entspricht 24 Menschenjahren) mit 2 Jahren. Danach entspricht jedes Katzenjahr etwa 4 Menschenjahren. Dieses Muster ist bei verschiedenen Katzenrassen ziemlich konsistent, im Gegensatz zu der signifikanten Variation bei Hunden.',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
question: 'Ab welchem Alter gilt ein Haustier als Senior?',
|
|
58
|
+
answer: 'Im Allgemeinen gilt ein Hund als Senior, wenn er 75% seiner erwarteten Lebensspanne erreicht hat. Bei Katzen ist dies in der Regel ab 7 bis 11 Jahren, abhängig von ihrem Gesundheitszustand. Regelmäßige tierärztliche Untersuchungen werden in dieser Phase immer kritischer, um altersbedingte Erkrankungen wie Nierenerkrankungen oder kognitiven Verfall zu überwachen.',
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
|
|
62
|
+
const howTo: PetAgeLocaleContent['howTo'] = [
|
|
63
|
+
{ name: 'Tierart auswählen', text: 'Wählen Sie Hund oder Katze, um die richtige biologische Formel für ihre spezifische Stoffwechselrate anzuwenden.' },
|
|
64
|
+
{ name: 'Größe angeben (nur Hunde)', text: 'Bei Hunden ist das Gewicht der Schlüsselfaktor für die Bestimmung des biologischen Alters. Geben Sie an, ob es klein (bis 10 kg), mittel (10 bis 25 kg), groß (25-45 kg) oder riesig (über 45 kg) ist.' },
|
|
65
|
+
{ name: 'Geburtsjahr eingeben', text: 'Geben Sie das Geburtsjahr Ihres Haustiers ein, um sein chronologisches Alter zu berechnen. Unser System verarbeitet diese Informationen anhand der etablierten Alterungskurven.' },
|
|
66
|
+
{ name: 'Lebensphase analysieren', text: 'Überprüfen Sie das Ergebnis, um zu wissen, ob Ihr Haustier im Vergleich zum Menschen im Säuglings-, Jugend-, Erwachsenen- oder Seniorenstadium ist.' },
|
|
67
|
+
];
|
|
68
|
+
|
|
69
|
+
const bibliography: PetAgeLocaleContent['bibliography'] = [
|
|
70
|
+
{ name: 'AAHA Senioren-Pflege-Richtlinien für Hunde und Katzen', url: 'https://www.aaha.org/wp-content/uploads/globalassets/02-guidelines/2023-aaha-senior-care-guidelines-for-dogs-and-cats/resources/2023-aaha-senior-care-guidelines-for-dogs-and-cats.pdf' },
|
|
71
|
+
{ name: 'AKC: Wie man Hundejahre in Menschenjahre umrechnet', url: 'https://www.akc.org/expert-advice/health/how-to-calculate-dog-years-to-human-years/' },
|
|
72
|
+
];
|
|
73
|
+
|
|
74
|
+
const seo: PetAgeLocaleContent['seo'] = [
|
|
75
|
+
{
|
|
76
|
+
type: 'summary',
|
|
77
|
+
title: 'Was Sie über das Altern von Haustieren wissen müssen',
|
|
78
|
+
items: [
|
|
79
|
+
'Die "Regel von 7" ist ein Mythos: Hunde reifen in den ersten 2 Jahren exponentiell.',
|
|
80
|
+
'Ein 1-jähriger Hund ist wie 15 Menschenjahre; ein 2-jähriger entspricht 24 Jahren.',
|
|
81
|
+
'Große Hunde altern nach dem 2. Lebensjahr schneller als kleine aufgrund biologischer Belastung.',
|
|
82
|
+
'Katzen folgen einer lineareren Kurve: Jedes Katzenjahr entspricht nach dem 2. Jahr 4 Menschenjahren.',
|
|
83
|
+
'Das biologische Alter ist ein besserer Prädiktor für Gesundheitsbedürfnisse als das chronologische Alter allein.',
|
|
84
|
+
'Regelmäßige Vorsorgeuntersuchungen helfen, altersbedingte Probleme frühzeitig zu erkennen.',
|
|
85
|
+
],
|
|
86
|
+
},
|
|
87
|
+
{ type: 'title', text: 'Die wissenschaftliche Wahrheit über das Alter Ihres Haustieres', level: 2 },
|
|
88
|
+
{
|
|
89
|
+
type: 'paragraph',
|
|
90
|
+
html: 'Wussten Sie, dass eine 2-jährige Katze bereits die Reife einer 24-jährigen Person hat? Erfahren Sie, warum die Multiplikationsregel mit 7 ein Mythos ist und wie das Verständnis der biologischen Realität die Pflege Ihres Haustieres verbessern kann. Der alte Mythos, dass "1 Hundejahr 7 Menschenjahren entspricht", ist eine Vereinfachung, die die massiven Entwicklungsveränderungen in der frühen Lebensphase nicht berücksichtigt. Haustiere reifen in den ersten zwei Lebensjahren mit atemberaubender Geschwindigkeit und erreichen sehr schnell die sexuelle und körperliche Reife. Danach flacht diese Alterungskurve ab und verlangsamt sich erheblich.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'paragraph',
|
|
94
|
+
html: 'Moderne Forschung, einschließlich Studien zu epigenetischen Uhren und DNA-Methylierung, hat uns eine viel differenziertere Sichtweise ermöglicht. Diese Studien zeigen, dass sich die chemischen Modifikationen an der DNA eines Hundes im Laufe seines Lebens unterschiedlich schnell ändern. Im frühen Welpenalter sind diese Veränderungen schnell und intensiv, während die metabolischen Verschiebungen im Erwachsenenalter eher graduell verlaufen. Dieses Verständnis ermöglichte es Wissenschaftlern, logarithmische Formeln zu entwickeln, die weit genauer sind als jede lineare Multiplikation.',
|
|
95
|
+
},
|
|
96
|
+
{ type: 'title', text: 'Die Wissenschaft hinter der Berechnung', level: 3 },
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'Dieses Tool nutzt die offiziellen Richtlinien der <strong>American Animal Hospital Association (AAHA)</strong> und die neuesten Studien zur DNA-Methylierung bei Hunden, um Ihnen die genaueste Schätzung zu geben. Durch die Kombination größenspezifischer Daten mit rassenunabhängigen biologischen Markern erstellen wir ein umfassendes Modell der Haustierentwicklung. Dieser Ansatz erkennt an, dass ein Chihuahua und eine Deutsche Dogge von Geburt an völlig unterschiedliche Lebenserfahrungen und Alterungsprofile haben.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Das Verständnis dieser Unterschiede ist für verantwortungsbewusste Haustierbesitzer von entscheidender Bedeutung. Es ermöglicht ein besseres Timing tierärztlicher Interventionen, wie z.B. die Umstellung auf eine Seniorendiät oder den Beginn präventiver Gelenkergänzungen. Unser Rechner schließt die Lücke zwischen komplexer Wissenschaft und praktischem Alltagswissen für Tierliebhaber weltweit.',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'table',
|
|
107
|
+
headers: ['Art', 'Jahr 1', 'Jahr 2', 'Ab Jahr 3'],
|
|
108
|
+
rows: [
|
|
109
|
+
['Katze', '15 Menschenjahre', '24 Menschenjahre', '+4 Jahre pro Jahr'],
|
|
110
|
+
['Kleiner Hund', '15 Menschenjahre', '24 Menschenjahre', '+5 Jahre pro Jahr'],
|
|
111
|
+
['Mittlerer Hund', '15 Menschenjahre', '24 Menschenjahre', '+6 Jahre pro Jahr'],
|
|
112
|
+
['Großer Hund', '15 Menschenjahre', '24 Menschenjahre', '+7 Jahre pro Jahr'],
|
|
113
|
+
['Riesenhund', '15 Menschenjahre', '24 Menschenjahre', '+8 Jahre pro Jahr'],
|
|
114
|
+
],
|
|
115
|
+
},
|
|
116
|
+
{ type: 'title', text: 'Lebensphasen: Was Sie erwartet und wie Sie sich vorbereiten', level: 3 },
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: 'Das wahre Alter Ihres Haustieres zu kennen, hilft Ihnen, seine medizinischen und emotionalen Bedürfnisse in jeder Phase zu verstehen. Genau wie Menschen verschiedene Lebensstadien durchlaufen, erleben Hunde und Katzen beim Aufwachsen spezifische physiologische und psychologische Veränderungen. Achten Sie auf diese Übergänge, um zum richtigen Zeitpunkt die richtige Unterstützung zu bieten.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
type: 'card',
|
|
123
|
+
title: 'Welpe oder Junior (0 bis 1 Jahr)',
|
|
124
|
+
icon: 'mdi:star-shooting',
|
|
125
|
+
html: 'Dies ist die Phase des explosiven Wachstums. Ihre Knochen wachsen unglaublich schnell, Milchzähne fallen aus und ihr Gehirn saugt Informationen auf wie ein Schwamm. Impfungen und frühe Sozialisierung sind hier entscheidend. Dies ist auch der beste Zeitpunkt, um gute Gewohnheiten für das ganze Leben zu etablieren.',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'card',
|
|
129
|
+
title: 'Erwachsen (2 bis 6 Jahre)',
|
|
130
|
+
icon: 'mdi:shield-check',
|
|
131
|
+
html: 'Dies ist der Höhepunkt der körperlichen und geistigen Form. Die Persönlichkeit ist nun gefestigt und sie sind meist am aktivsten. Ein goldener Moment für intensive Aktivitäten und die Aufrechterhaltung des Idealgewichts zur Vorbeugung zukünftiger Krankheiten. Regelmäßige Bewegung und ausgewogene Ernährung sind die Säulen der Gesundheit in diesen Jahren.',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'card',
|
|
135
|
+
title: 'Senior (über 7 Jahre)',
|
|
136
|
+
icon: 'mdi:heart-pulse',
|
|
137
|
+
html: 'Graue Haare erscheinen an der Schnauze und das Tier schläft mehr. Der Stoffwechsel verlangsamt sich deutlich. Ab hier sollten tierärztliche Untersuchungen alle sechs Monate stattfinden. Achten Sie auf Anzeichen von Arthritis, Veränderungen der Zahngesundheit oder Verhaltensänderungen. Früherkennung ist der beste Weg, um eine hohe Lebensqualität zu erhalten.',
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
type: 'tip',
|
|
141
|
+
title: 'Tierärztlicher Rat zum Altern',
|
|
142
|
+
html: 'Das berechnete Alter ist eine durchschnittliche biologische Schätzung. Faktoren wie Rasse, Genetik, Ernährung und Lebensstil können die tatsächliche Alterungsrate erheblich beeinflussen. Für eine personalisierte Beratung und eine umfassende Gesundheitsbewertung konsultieren Sie immer Ihren Tierarzt, der Ihren Begleiter am besten kennt.',
|
|
143
|
+
},
|
|
144
|
+
];
|
|
145
|
+
|
|
146
|
+
const schemas: PetAgeLocaleContent['schemas'] = [
|
|
147
|
+
{
|
|
148
|
+
'@context': 'https://schema.org',
|
|
149
|
+
'@type': 'SoftwareApplication',
|
|
150
|
+
name: title,
|
|
151
|
+
description: description,
|
|
152
|
+
applicationCategory: 'UtilityApplication',
|
|
153
|
+
operatingSystem: 'Web',
|
|
154
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
155
|
+
} as WithContext<SoftwareApplication>,
|
|
156
|
+
{
|
|
157
|
+
'@context': 'https://schema.org',
|
|
158
|
+
'@type': 'FAQPage',
|
|
159
|
+
mainEntity: faq.map((f) => ({
|
|
160
|
+
'@type': 'Question',
|
|
161
|
+
name: f.question,
|
|
162
|
+
acceptedAnswer: { '@type': 'Answer', text: f.answer },
|
|
163
|
+
})),
|
|
164
|
+
} as any,
|
|
165
|
+
{
|
|
166
|
+
'@context': 'https://schema.org',
|
|
167
|
+
'@type': 'HowTo',
|
|
168
|
+
name: title,
|
|
169
|
+
step: howTo.map((h) => ({
|
|
170
|
+
'@type': 'HowToStep',
|
|
171
|
+
name: h.name,
|
|
172
|
+
text: h.text,
|
|
173
|
+
})),
|
|
174
|
+
} as any,
|
|
175
|
+
];
|
|
176
|
+
|
|
177
|
+
export const content: PetAgeLocaleContent = {
|
|
178
|
+
slug,
|
|
179
|
+
title,
|
|
180
|
+
description,
|
|
181
|
+
ui,
|
|
182
|
+
seo,
|
|
183
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
184
|
+
faq,
|
|
185
|
+
bibliographyTitle: 'Bibliographie',
|
|
186
|
+
bibliography,
|
|
187
|
+
howTo,
|
|
188
|
+
schemas,
|
|
189
|
+
};
|
|
@@ -3,67 +3,67 @@ import type { PetAgeUI, PetAgeLocaleContent } from '../index';
|
|
|
3
3
|
|
|
4
4
|
const slug = 'pet-age-calculator';
|
|
5
5
|
const title = 'Pet Age Calculator';
|
|
6
|
-
const description = '
|
|
6
|
+
const description = 'Discover your dog or cat\'s true age in human years. Forget the "multiply by 7 rule." Use our calculator based on current veterinary science for precise results.';
|
|
7
7
|
|
|
8
8
|
const ui: PetAgeUI = {
|
|
9
9
|
toolTitle: 'Age Calculator',
|
|
10
10
|
toolSubtitle: 'How many human years does your furry friend really have?',
|
|
11
11
|
petNameLabel: 'Name (Optional)',
|
|
12
|
-
petNamePlaceholder: '
|
|
12
|
+
petNamePlaceholder: 'e.g., Buddy',
|
|
13
13
|
petTypeDog: 'Dog',
|
|
14
14
|
petTypeCat: 'Cat',
|
|
15
15
|
sizeSmall: 'Small',
|
|
16
|
-
sizeMedium: '
|
|
16
|
+
sizeMedium: 'Medium',
|
|
17
17
|
sizeLarge: 'Large',
|
|
18
18
|
sizeGiant: 'Giant',
|
|
19
19
|
birthYearLabel: 'Birth year',
|
|
20
|
-
humanAgeLabel: '
|
|
20
|
+
humanAgeLabel: 'Human age',
|
|
21
21
|
humanAgeUnit: 'years',
|
|
22
22
|
humanAgeYears: 'years',
|
|
23
|
-
lifeStageLabel: 'Life
|
|
24
|
-
milestoneLabel: 'Next
|
|
25
|
-
shareBtn: 'Share
|
|
23
|
+
lifeStageLabel: 'Life stage',
|
|
24
|
+
milestoneLabel: 'Next milestone',
|
|
25
|
+
shareBtn: 'Share result',
|
|
26
26
|
shareSuccess: 'Copied! Opening card...',
|
|
27
27
|
humanAgeTitle: 'Magic Age',
|
|
28
28
|
recalculateBtn: 'Calculate another age',
|
|
29
29
|
realAgeLabel: 'Real Age',
|
|
30
30
|
defaultPetName: 'Your pet',
|
|
31
31
|
stageDogPuppy: 'Playful Puppy',
|
|
32
|
-
stageDogTeen: 'Rebellious
|
|
33
|
-
stageDogAdult: '
|
|
34
|
-
stageDogMature: 'Distinguished
|
|
32
|
+
stageDogTeen: 'Rebellious Teenager',
|
|
33
|
+
stageDogAdult: 'Peak Adult',
|
|
34
|
+
stageDogMature: 'Distinguished Mature',
|
|
35
35
|
stageDogSenior: 'Senior Wisdom',
|
|
36
|
-
stageCatKitten: '
|
|
36
|
+
stageCatKitten: 'Infantile Curiosity',
|
|
37
37
|
stageCatYouth: 'Feline Youth',
|
|
38
38
|
stageCatReign: 'Domestic Reign',
|
|
39
|
-
stageCatVeteran: '
|
|
40
|
-
stageCatVenerable: 'Venerable
|
|
39
|
+
stageCatVeteran: 'Spoiled Veteran',
|
|
40
|
+
stageCatVenerable: 'Venerable Elder',
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
const faq: PetAgeLocaleContent['faq'] = [
|
|
44
44
|
{
|
|
45
|
-
question: 'Is it true that one dog year equals
|
|
46
|
-
answer: 'No. That is
|
|
45
|
+
question: 'Is it true that one dog year equals seven human years?',
|
|
46
|
+
answer: 'No. That is a simplified rule that modern veterinary science has debunked. Dogs mature very quickly during their first two years, and the process then slows down, varying greatly by weight and breed. Recent studies on DNA methylation have allowed for more precise aging formulas that better reflect the true biological development of pets throughout their lifespan.',
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
question: 'Why do large dogs age faster?',
|
|
50
|
-
answer: 'Large breed dogs have a more accelerated metabolism and growth, which causes greater oxidative stress in their cells. This means their life expectancy is shorter than that of small dogs.',
|
|
50
|
+
answer: 'Large breed dogs have a more accelerated metabolism and growth, which causes greater oxidative stress in their cells. This means their life expectancy is shorter than that of small dogs. Biological markers show that giant breeds can reach senior status as early as 5 human years of age, while small breeds might not reach it until 10 or 11.',
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
question: 'How do cats age compared to humans?',
|
|
54
|
-
answer: 'A cat finishes its infancy at one month, adolescence at 6 months, and reaches adulthood (equivalent to 24 human years) at 2 years. After that, each cat
|
|
54
|
+
answer: 'A cat finishes its infancy at one month, its adolescence at 6 months, and reaches adulthood (equivalent to 24 human years) at 2 years. After that, each year of a cat\'s life is equivalent to approximately 4 human years. This pattern is fairly consistent across different cat breeds, unlike the significant variation seen in dogs.',
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
question: 'At what age is a pet considered Senior?',
|
|
58
|
-
answer: 'Generally, a dog is considered senior when it has reached 75% of its expected lifespan.
|
|
58
|
+
answer: 'Generally, a dog is considered senior when it has reached 75% of its expected lifespan. For cats, it is usually from 7 to 11 years, depending on their health status. Regular veterinary checkups become increasingly critical during this phase to monitor for common age-related conditions such as kidney disease or cognitive decline.',
|
|
59
59
|
},
|
|
60
60
|
];
|
|
61
61
|
|
|
62
62
|
const howTo: PetAgeLocaleContent['howTo'] = [
|
|
63
|
-
{ name: '
|
|
64
|
-
{ name: '
|
|
65
|
-
{ name: 'Enter birth year', text: 'Enter your pet\'s birth year to calculate their chronological age.' },
|
|
66
|
-
{ name: '
|
|
63
|
+
{ name: 'Select pet species', text: 'Choose whether you have a dog or a cat to apply the correct biological formula for their specific metabolic rate.' },
|
|
64
|
+
{ name: 'Indicate size (dogs only)', text: 'For dogs, weight is the key factor in determining biological age. Specify if it is small (up to 10 kg), medium (10 to 25 kg), large (25 to 45 kg), or giant (over 45 kg).' },
|
|
65
|
+
{ name: 'Enter birth year', text: 'Enter your pet\'s birth year to calculate their chronological age. Our system will then process this information against the established aging curves.' },
|
|
66
|
+
{ name: 'Analyze life stage', text: 'Check the result to know if your pet is in the infant, young, adult, or senior stage compared to a human and understand their current needs.' },
|
|
67
67
|
];
|
|
68
68
|
|
|
69
69
|
const bibliography: PetAgeLocaleContent['bibliography'] = [
|
|
@@ -74,62 +74,72 @@ const bibliography: PetAgeLocaleContent['bibliography'] = [
|
|
|
74
74
|
const seo: PetAgeLocaleContent['seo'] = [
|
|
75
75
|
{
|
|
76
76
|
type: 'summary',
|
|
77
|
-
title: 'What You Need to Know About Pet
|
|
77
|
+
title: 'What You Need to Know About Pet Aging',
|
|
78
78
|
items: [
|
|
79
|
-
'The "
|
|
80
|
-
'A 1-year-old dog is
|
|
81
|
-
'Large dogs age faster than small ones after 2 years.',
|
|
82
|
-
'Cats follow a more linear curve: each
|
|
79
|
+
'The "rule of 7" is a myth: dogs mature exponentially during the first 2 years.',
|
|
80
|
+
'A 1-year-old dog is like 15 human years; a 2-year-old equals 24 human years.',
|
|
81
|
+
'Large dogs age faster than small ones after 2 years of age due to biological stress.',
|
|
82
|
+
'Cats follow a more linear curve: each cat year equals 4 human years after age 2.',
|
|
83
|
+
'Biological age is a better predictor of health needs than chronological age alone.',
|
|
84
|
+
'Regular screenings can help detect age-related issues before they become severe.',
|
|
83
85
|
],
|
|
84
86
|
},
|
|
85
87
|
{ type: 'title', text: 'The Scientific Truth About Your Pet\'s Age', level: 2 },
|
|
86
88
|
{
|
|
87
89
|
type: 'paragraph',
|
|
88
|
-
html: 'Did you know that a 2-year-old cat already has the maturity of a 24-year-old person? Discover why the rule of multiplying by 7 is a myth. The old myth that "1 dog year equals 7 human years" is an oversimplification
|
|
90
|
+
html: 'Did you know that a 2-year-old cat already has the maturity of a 24-year-old person? Discover why the rule of multiplying by 7 is a myth and how understanding biological reality can improve your pet\'s care. The old myth that "1 dog year equals 7 human years" is an oversimplification that doesn\'t account for the massive developmental changes seen in early life. Pets mature at a breakneck speed during their first two years of life, reaching sexual and physical maturity very quickly. After that, this aging curve flattens out and slows down significantly.',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'paragraph',
|
|
94
|
+
html: 'Modern research, including studies on epigenetic clocks and DNA methylation, has provided us with a much more nuanced view. These studies show that the chemical modifications to a dog\'s DNA change at different rates throughout their life. In early puppyhood, these changes are rapid and intense, whereas in adulthood the metabolic and genetic shifts are more gradual. This understanding allowed scientists to develop logarithmic formulas that are far more accurate than any linear multiplication could ever be.',
|
|
89
95
|
},
|
|
90
96
|
{ type: 'title', text: 'The Science Behind the Calculation', level: 3 },
|
|
91
97
|
{
|
|
92
98
|
type: 'paragraph',
|
|
93
|
-
html: 'This tool uses the official guidelines
|
|
99
|
+
html: 'This tool uses the official guidelines from the <strong>American Animal Hospital Association (AAHA)</strong> and the latest studies on DNA methylation in dogs to give you the most accurate estimate possible. By combining size-specific data with breed-independent biological markers, we create a comprehensive model of pet development. This approach acknowledges that a Chihuahua and a Great Dane have vastly different life experiences and aging profiles from the moment they are born.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: 'Understanding these differences is crucial for responsible pet owners. It allows for better timing of veterinary interventions, such as shifting to a senior diet or starting preventative joint supplements. Our calculator bridge the gap between complex peer-reviewed science and practical, everyday knowledge for pet lovers worldwide.',
|
|
94
104
|
},
|
|
95
105
|
{
|
|
96
106
|
type: 'table',
|
|
97
|
-
headers: ['Species', 'Year 1', 'Year 2', 'Year 3
|
|
107
|
+
headers: ['Species', 'Year 1', 'Year 2', 'Year 3 onwards'],
|
|
98
108
|
rows: [
|
|
99
109
|
['Cat', '15 human years', '24 human years', '+4 years per year'],
|
|
100
|
-
['Small
|
|
101
|
-
['Medium
|
|
102
|
-
['Large
|
|
103
|
-
['Giant
|
|
110
|
+
['Small Dog', '15 human years', '24 human years', '+5 years per year'],
|
|
111
|
+
['Medium Dog', '15 human years', '24 human years', '+6 years per year'],
|
|
112
|
+
['Large Dog', '15 human years', '24 human years', '+7 years per year'],
|
|
113
|
+
['Giant Dog', '15 human years', '24 human years', '+8 years per year'],
|
|
104
114
|
],
|
|
105
115
|
},
|
|
106
|
-
{ type: 'title', text: 'Life Stages: What to Expect
|
|
116
|
+
{ type: 'title', text: 'Life Stages: What to Expect and How to Prepare', level: 3 },
|
|
107
117
|
{
|
|
108
118
|
type: 'paragraph',
|
|
109
|
-
html: 'Knowing your pet\'s real age helps you understand their medical and emotional needs
|
|
119
|
+
html: 'Knowing your pet\'s real age helps you understand their medical and emotional needs in each phase. Just as humans go through distinct life stages, dogs and cats experience specific physiological and psychological changes as they grow. Being aware of these transitions allows you to provide the right support at the right time, whether it is high-energy play for a teenager or specialized orthopedic care for a senior.',
|
|
110
120
|
},
|
|
111
121
|
{
|
|
112
122
|
type: 'card',
|
|
113
|
-
title: 'Puppy
|
|
123
|
+
title: 'Puppy or Junior (0 to 1 year)',
|
|
114
124
|
icon: 'mdi:star-shooting',
|
|
115
|
-
html: 'This is the stage of explosive growth. Their bones
|
|
125
|
+
html: 'This is the stage of explosive growth and development. Their bones are growing at an incredible rate, their temporary teeth are falling out to make room for permanent ones, and their brain is absorbing information like a sponge. Vaccination and early socialization are critical here to ensure they grow into well-adjusted adults. This is also the best time to establish good habits that will last a lifetime.',
|
|
116
126
|
},
|
|
117
127
|
{
|
|
118
128
|
type: 'card',
|
|
119
|
-
title: 'Adult (2
|
|
129
|
+
title: 'Adult (2 to 6 years)',
|
|
120
130
|
icon: 'mdi:shield-check',
|
|
121
|
-
html: '
|
|
131
|
+
html: 'This is the peak of physical and mental form for most pets. Their personality is now defined, and they are usually at their most active. This is the golden moment to enjoy intense physical activities and maintain an ideal body weight to prevent future diseases. Consistent exercise and a balanced diet are the pillars of health during these years, helping to build strong immune systems and resilient bodies.',
|
|
122
132
|
},
|
|
123
133
|
{
|
|
124
134
|
type: 'card',
|
|
125
|
-
title: 'Senior (
|
|
135
|
+
title: 'Senior (over 7 years)',
|
|
126
136
|
icon: 'mdi:heart-pulse',
|
|
127
|
-
html: '
|
|
137
|
+
html: 'Gray hair begins to appear on the muzzle and the pet tends to sleep more. Their metabolism slows down significantly, and they may become less interested in high-impact play. From here on, veterinary checkups should happen every six months. Keep an eye out for signs of arthritis, changes in dental health, and any shifts in behavior that might indicate discomfort. Early detection of senior ailments is the best way to ensure their quality of life remains high.',
|
|
128
138
|
},
|
|
129
139
|
{
|
|
130
140
|
type: 'tip',
|
|
131
|
-
title: 'Veterinary Advice',
|
|
132
|
-
html: 'The calculated age is an average biological estimate. Factors such as breed, genetics and lifestyle can all
|
|
141
|
+
title: 'Veterinary Advice on Aging',
|
|
142
|
+
html: 'The calculated age is an average biological estimate based on vast datasets. Factors such as specific breed, genetics, diet, and lifestyle can all have a significant impact on your pet\'s actual rate of aging. Some pets remain youthful well into their teens, while others may require extra care earlier. For personalized advice and a comprehensive health assessment, always consult your veterinarian who knows your companion best.',
|
|
133
143
|
},
|
|
134
144
|
];
|
|
135
145
|
|
|
@@ -143,6 +153,25 @@ const schemas: PetAgeLocaleContent['schemas'] = [
|
|
|
143
153
|
operatingSystem: 'Web',
|
|
144
154
|
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
145
155
|
} as WithContext<SoftwareApplication>,
|
|
156
|
+
{
|
|
157
|
+
'@context': 'https://schema.org',
|
|
158
|
+
'@type': 'FAQPage',
|
|
159
|
+
mainEntity: faq.map((f) => ({
|
|
160
|
+
'@type': 'Question',
|
|
161
|
+
name: f.question,
|
|
162
|
+
acceptedAnswer: { '@type': 'Answer', text: f.answer },
|
|
163
|
+
})),
|
|
164
|
+
} as any,
|
|
165
|
+
{
|
|
166
|
+
'@context': 'https://schema.org',
|
|
167
|
+
'@type': 'HowTo',
|
|
168
|
+
name: title,
|
|
169
|
+
step: howTo.map((h) => ({
|
|
170
|
+
'@type': 'HowToStep',
|
|
171
|
+
name: h.name,
|
|
172
|
+
text: h.text,
|
|
173
|
+
})),
|
|
174
|
+
} as any,
|
|
146
175
|
];
|
|
147
176
|
|
|
148
177
|
export const content: PetAgeLocaleContent = {
|