@jjlmoya/utils-babies 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 +67 -66
- package/src/category/i18n/de.ts +48 -0
- package/src/category/i18n/en.ts +10 -10
- package/src/category/i18n/fr.ts +10 -10
- package/src/category/i18n/id.ts +48 -0
- package/src/category/i18n/it.ts +48 -0
- package/src/category/i18n/ja.ts +48 -0
- package/src/category/i18n/ko.ts +48 -0
- package/src/category/i18n/nl.ts +48 -0
- package/src/category/i18n/pl.ts +48 -0
- package/src/category/i18n/pt.ts +48 -0
- package/src/category/i18n/ru.ts +48 -0
- package/src/category/i18n/sv.ts +48 -0
- package/src/category/i18n/tr.ts +48 -0
- package/src/category/i18n/zh.ts +48 -0
- package/src/category/index.ts +13 -1
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/seo_length.test.ts +1 -2
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/baby-feeding-calculator/component.astro +40 -40
- package/src/tool/baby-feeding-calculator/i18n/de.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/id.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/it.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ja.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ko.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/nl.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/pl.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/pt.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ru.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/sv.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/tr.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/zh.ts +162 -0
- package/src/tool/baby-feeding-calculator/index.ts +12 -0
- package/src/tool/baby-percentile-calculator/component.astro +38 -38
- package/src/tool/baby-percentile-calculator/i18n/de.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/id.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/it.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ja.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ko.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/nl.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/pl.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/pt.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ru.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/sv.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/tr.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/zh.ts +245 -0
- package/src/tool/baby-percentile-calculator/index.ts +12 -0
- package/src/tool/baby-size-converter/component.astro +42 -42
- package/src/tool/baby-size-converter/i18n/de.ts +203 -0
- package/src/tool/baby-size-converter/i18n/fr.ts +1 -1
- package/src/tool/baby-size-converter/i18n/id.ts +203 -0
- package/src/tool/baby-size-converter/i18n/it.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ja.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ko.ts +203 -0
- package/src/tool/baby-size-converter/i18n/nl.ts +203 -0
- package/src/tool/baby-size-converter/i18n/pl.ts +203 -0
- package/src/tool/baby-size-converter/i18n/pt.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ru.ts +203 -0
- package/src/tool/baby-size-converter/i18n/sv.ts +203 -0
- package/src/tool/baby-size-converter/i18n/tr.ts +203 -0
- package/src/tool/baby-size-converter/i18n/zh.ts +203 -0
- package/src/tool/baby-size-converter/index.ts +12 -0
- package/src/tool/fertile-days-estimator/component.astro +14 -9
- package/src/tool/fertile-days-estimator/i18n/de.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/id.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/it.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ja.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ko.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/nl.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/pl.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/pt.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ru.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/sv.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/tr.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/zh.ts +262 -0
- package/src/tool/fertile-days-estimator/index.ts +12 -0
- package/src/tool/pregnancy-calculator/component.astro +55 -48
- package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/en.ts +140 -0
- package/src/tool/pregnancy-calculator/i18n/es.ts +143 -3
- package/src/tool/pregnancy-calculator/i18n/fr.ts +143 -3
- package/src/tool/pregnancy-calculator/i18n/id.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/it.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ja.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ko.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/nl.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/pl.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/pt.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ru.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/sv.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/tr.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/zh.ts +467 -0
- package/src/tool/pregnancy-calculator/index.ts +37 -1
- package/src/tool/pregnancy-calculator/milestones.ts +2 -146
- package/src/tool/vaccination-calendar/component.astro +26 -24
- package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/en.ts +20 -0
- package/src/tool/vaccination-calendar/i18n/es.ts +20 -0
- package/src/tool/vaccination-calendar/i18n/fr.ts +99 -75
- package/src/tool/vaccination-calendar/i18n/id.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/it.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ja.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ko.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/nl.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/pl.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/pt.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ru.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/sv.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/tr.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/zh.ts +194 -0
- package/src/tool/vaccination-calendar/index.ts +33 -1
- package/src/tool/vaccination-calendar/logic.ts +39 -13
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import type { BabySizeConverterLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'babygrossenrechner';
|
|
5
|
+
const title = 'Babygrößen Umrechner';
|
|
6
|
+
const description = 'Konvertieren Sie Babykonfektionsgrößen zwischen Zara, H&M, Primark, Carter\'s, Kiabi, Mango und Mayoral. Geben Sie Größe und Gewicht ein, um die exakte Größe jeder Marke zu erhalten.';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Woher weiß ich, welche Kleidergröße mein Baby hat?',
|
|
10
|
+
answer: 'Am zuverlässigsten ist es, die Körpergröße des Babys als Hauptreferenz zu verwenden. Europäische Größen (50, 56, 62...) entsprechen direkt der Größe in Zentimetern. Geben Sie die Größe und das Gewicht des Babys in den Umrechner ein, um die von jeder Marke empfohlene Größe zu erhalten.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Warum variieren die Größen zwischen den Marken so stark?',
|
|
14
|
+
answer: 'Jede Marke hat ihr eigenes Schnittmuster. H&M und Primark fallen tendenziell größer aus, während Carter\'s und Mayoral engere Schnitte haben. Verwenden Sie immer die Maße des Babys, nicht nur das Alter.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Welche Größe soll ich wählen, wenn es zwischen zwei Größen liegt?',
|
|
18
|
+
answer: 'Wählen Sie immer die größere Größe. Babys wachsen sehr schnell, und eine größere Größe garantiert eine längere Haltbarkeit und mehr Komfort.',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Funktionieren die Größen in Zoll genauso?',
|
|
22
|
+
answer: 'Amerikanische Marken wie Carter\'s verwenden Zoll und das Gewicht als Referenz. Der Umrechner zeigt Ihnen automatisch die Entsprechungen im imperialen System an, wenn Sie es aktivieren.',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
const howTo = [
|
|
26
|
+
{
|
|
27
|
+
name: 'Geben Sie die Größe des Babys ein',
|
|
28
|
+
text: 'Verwenden Sie den Schieberegler oder die Tasten, um die aktuelle Größe des Babys in Zentimetern oder Zoll einzustellen.',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: 'Geben Sie das Gewicht des Babys ein',
|
|
32
|
+
text: 'Passen Sie das Gewicht in kg oder Pfund an, um die Ergebnisse zu verfeinern, da einige Marken das Gewicht als ergänzende Referenz verwenden.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Wählen Sie eine Marke',
|
|
36
|
+
text: 'Wählen Sie die Kleidungsmarke aus, um die vorgeschlagene Größe und die geschätzten Maße des Kleidungsstücks anzuzeigen.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Konsultieren Sie die Entsprechungen',
|
|
40
|
+
text: 'Im rechten Bereich sehen Sie die entsprechenden Größen aller verfügbaren Marken auf einen Blick.',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
45
|
+
'@context': 'https://schema.org',
|
|
46
|
+
'@type': 'FAQPage',
|
|
47
|
+
mainEntity: faq.map((item) => ({
|
|
48
|
+
'@type': 'Question',
|
|
49
|
+
name: item.question,
|
|
50
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
51
|
+
})),
|
|
52
|
+
};
|
|
53
|
+
const howToSchema: WithContext<HowTo> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howTo.map((step) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
name: step.name,
|
|
61
|
+
text: step.text,
|
|
62
|
+
})),
|
|
63
|
+
};
|
|
64
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
|
+
inLanguage: 'de',
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const content: BabySizeConverterLocaleContent = {
|
|
76
|
+
slug,
|
|
77
|
+
title,
|
|
78
|
+
description,
|
|
79
|
+
ui: {
|
|
80
|
+
labelInput: 'Babymaße',
|
|
81
|
+
labelResults: 'Geschätzte Entsprechungen',
|
|
82
|
+
labelHeight: 'Größe des Babys',
|
|
83
|
+
labelWeight: 'Aktuelles Gewicht des Babys',
|
|
84
|
+
labelPresets: 'Voreinstellungen nach typischem Alter',
|
|
85
|
+
unitMetric: 'Metrisch (cm/kg)',
|
|
86
|
+
unitImperial: 'Imperial (in/lb)',
|
|
87
|
+
labelCm: 'cm',
|
|
88
|
+
labelKg: 'kg',
|
|
89
|
+
labelIn: 'in',
|
|
90
|
+
labelLb: 'lb',
|
|
91
|
+
labelBrandFit: 'Marke und Schnitt',
|
|
92
|
+
labelSuggested: 'Vorgeschlagene Größe',
|
|
93
|
+
labelChest: 'Brust',
|
|
94
|
+
labelWaist: 'Taille',
|
|
95
|
+
labelGarmentMeasures: 'Geschätzte Maße des Kleidungsstücks',
|
|
96
|
+
fitRegular: 'Regulärer Schnitt',
|
|
97
|
+
fitLarge: 'Weiter Schnitt',
|
|
98
|
+
fitSmall: 'Enger Schnitt',
|
|
99
|
+
tipTitle: 'Expertentipp',
|
|
100
|
+
tipText: 'Babys wachsen in sehr schnellen Entwicklungsschüben. Wenn das Ergebnis an der oberen Grenze einer Größe liegt, wählen Sie immer die größere Größe, um die Haltbarkeit und den Komfort des Babys zu gewährleisten.',
|
|
101
|
+
shareAriaLabel: 'Größe teilen',
|
|
102
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
103
|
+
bibliographyTitle: 'Referenzen',
|
|
104
|
+
},
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: 'Babygrößen Guide: Zara, H&M, Primark und internationale Marken', level: 2 },
|
|
107
|
+
{ type: 'stats', columns: 3, items: [
|
|
108
|
+
{ value: '2,5 cm', label: 'Monatliches Wachstum' },
|
|
109
|
+
{ value: '3 Monate', label: 'Dauer jeder Größe' },
|
|
110
|
+
{ value: '95 %', label: 'Zuverlässigkeit nach Größe' },
|
|
111
|
+
]},
|
|
112
|
+
{ type: 'tip', html: 'Verwenden Sie immer die Körpergröße als Hauptreferenz zur Größenwahl, nicht das Alter. Zwei gleichaltrige Babys können einen Größenunterschied von bis zu 8–10 cm haben, was eine ganze Konfektionsgröße ausmacht.' },
|
|
113
|
+
{ type: 'title', text: 'Größen nach Alter, Größe und Gewicht', level: 3 },
|
|
114
|
+
{ type: 'table', headers: ['Ca. Alter', 'Größe (cm)', 'Gewicht (kg)', 'Übliche Größe', 'Geschätzte Dauer'], rows: [
|
|
115
|
+
['Neugeborenes', '50–56', '3–4,5', '50 / RN', '4–6 Wochen'],
|
|
116
|
+
['1–3 Monate', '56–62', '4,5–6', '56–62', '6–8 Wochen'],
|
|
117
|
+
['3–6 Monate', '62–68', '6–8', '62–68', '6–8 Wochen'],
|
|
118
|
+
['6–9 Monate', '68–74', '8–9,5', '68–74', '6–8 Wochen'],
|
|
119
|
+
['9–12 Monate', '74–80', '9,5–11', '74–80', '6–8 Wochen'],
|
|
120
|
+
['12–18 Monate', '80–86', '11–13', '80–86', '3–4 Monate'],
|
|
121
|
+
['18–24 Monate', '86–92', '13–15', '86–92', '3–4 Monate'],
|
|
122
|
+
]},
|
|
123
|
+
{ type: 'title', text: 'Marken, die groß oder klein ausfallen', level: 3 },
|
|
124
|
+
{ type: 'comparative', columns: 2, items: [
|
|
125
|
+
{
|
|
126
|
+
title: 'Fallen groß aus (kleinere Größe wählen)',
|
|
127
|
+
description: 'Diese Marken verwenden weitere Schnitte; wählen Sie eine Größe kleiner als üblich.',
|
|
128
|
+
points: [
|
|
129
|
+
'H&M: fällt oft eine Nummer größer aus',
|
|
130
|
+
'Primark: generell weiter Schnitt',
|
|
131
|
+
'Lupilu (Lidl): lockerer Schnitt',
|
|
132
|
+
'Empfohlen für Babys im niedrigen Perzentilbereich',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
title: 'Fallen klein aus (größere Größe wählen)',
|
|
137
|
+
description: 'Diese Marken verwenden engere Schnitte; wählen Sie eine Größe größer als üblich.',
|
|
138
|
+
points: [
|
|
139
|
+
"Carter's: enger amerikanischer Schnitt",
|
|
140
|
+
'Mayoral: enger europäischer Schnitt',
|
|
141
|
+
'Neck & Neck: reduzierte Größen',
|
|
142
|
+
'Empfohlen für Babys im hohen Perzentilbereich',
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
]},
|
|
146
|
+
{ type: 'title', text: 'Babygrößen Umrechner: Wie man die richtige Größe wählt', level: 3 },
|
|
147
|
+
{ type: 'list', items: [
|
|
148
|
+
'Messen Sie das Baby immer vor dem Kauf, verlassen Sie sich nicht nur auf das Alter',
|
|
149
|
+
'Wählen Sie bei Grenzwerten zwischen zwei Größen immer die größere Größe',
|
|
150
|
+
'Berücksichtigen Sie bei Einteilern den Platz für die Windel',
|
|
151
|
+
'Europäische Größen (50, 56, 62...) entsprechen der Körpergröße in cm',
|
|
152
|
+
'Vor Gebrauch immer waschen: Baumwolle kann bis zu 5 % einlaufen',
|
|
153
|
+
]},
|
|
154
|
+
{ type: 'glossary', items: [
|
|
155
|
+
{
|
|
156
|
+
term: 'Größe 50 / Neugeborenes',
|
|
157
|
+
definition: 'Gedacht für Babys bis 50 cm Körpergröße und ca. 3,5 kg. Viele Babys wachsen sehr schnell daraus heraus, oft schon in den ersten Wochen.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
term: 'Schrittlänge',
|
|
161
|
+
definition: 'Abstand vom Schritt bis zur Taille. Wichtig bei Bodys und Stramplern: Ein zu kurzer Schritt schränkt die Bewegung des Babys ein, auch wenn der Rest passt.',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
term: 'Referenz nach Gewicht',
|
|
165
|
+
definition: "Einige amerikanische Marken wie Carter's verwenden das Gewicht als Primärreferenz. Hilfreich für Babys mit Proportionen außerhalb des Standardperzentils.",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
term: 'Schlupfausschnitt',
|
|
169
|
+
definition: 'Design des Ausschnitts bei Bodys und T-Shirts, das es ermöglicht, das Baby anzuziehen, indem man das Kleidungsstück nach unten schiebt, anstatt es über den Kopf zu ziehen. Unerlässlich in den ersten Monaten.',
|
|
170
|
+
},
|
|
171
|
+
]},
|
|
172
|
+
{ type: 'summary', title: 'Was man beachten sollte', items: [
|
|
173
|
+
'Die Körpergröße ist der zuverlässigste Indikator zur Größenwahl, noch vor dem Alter.',
|
|
174
|
+
"H&M und Primark fallen tendenziell groß aus; Carter's und Mayoral eher klein.",
|
|
175
|
+
'Numerische europäische Größen (50, 56, 62...) entsprechen der Körpergröße in cm.',
|
|
176
|
+
'Im Zweifelsfall die größere Größe wählen, um eine längere Nutzbarkeit zu gewährleisten.',
|
|
177
|
+
'Schlupfausschnitte und ein weiter Schritt sind entscheidende Komfortmerkmale.',
|
|
178
|
+
]},
|
|
179
|
+
],
|
|
180
|
+
faqTitle: "Häufig gestellte Fragen",
|
|
181
|
+
faq,
|
|
182
|
+
bibliographyTitle: "Referenzen",
|
|
183
|
+
bibliography: [
|
|
184
|
+
{
|
|
185
|
+
name: 'Zara - Kindergrößentabelle',
|
|
186
|
+
url: 'https://www.zara.com/de/de/size-guide.html',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: 'H&M - Babygrößentabelle',
|
|
190
|
+
url: 'https://www2.hm.com/de_de/customer-service/sizeguide.html',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
name: 'WHO - Kinderwachstumsstandards',
|
|
194
|
+
url: 'https://www.who.int/tools/child-growth-standards',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
name: 'Mayoral - Größentabelle',
|
|
198
|
+
url: 'https://www.mayoral.com/de-de/guia-tallas',
|
|
199
|
+
},
|
|
200
|
+
],
|
|
201
|
+
howTo,
|
|
202
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
203
|
+
};
|
|
@@ -133,7 +133,7 @@ export const content: BabySizeConverterLocaleContent = {
|
|
|
133
133
|
],
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
title: 'Taillent ajusté (prendre une taille au
|
|
136
|
+
title: 'Taillent ajusté (prendre une taille au dessus)',
|
|
137
137
|
description: "Ces marques utilisent des coupes plus cintrées ; prenez une taille de plus par rapport à l'habituel.",
|
|
138
138
|
points: [
|
|
139
139
|
"Carter's : coupe américaine cintrée",
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import type { BabySizeConverterLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'konverter-ukuran-baju-bayi';
|
|
5
|
+
const title = 'Konverter Ukuran Baju Bayi';
|
|
6
|
+
const description = 'Konversi ukuran baju bayi antara Zara, H&M, Primark, Carter\'s, Kiabi, Mango, dan Mayoral. Masukkan tinggi dan berat badan untuk mendapatkan ukuran tepat dari setiap merek.';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Bagaimana cara mengetahui ukuran baju yang sesuai untuk bayi saya?',
|
|
10
|
+
answer: 'Cara paling andal adalah menggunakan tinggi badan bayi sebagai referensi utama. Ukuran Eropa (50, 56, 62...) berhubungan langsung dengan tinggi badan dalam sentimeter. Masukkan tinggi dan berat badan bayi ke konverter untuk mendapatkan ukuran yang direkomendasikan oleh setiap merek.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Mengapa ukuran baju sangat bervariasi antar merek?',
|
|
14
|
+
answer: 'Setiap merek memiliki pola potongannya sendiri. H&M dan Primark cenderung berukuran lebih besar, sedangkan Carter\'s dan Mayoral memiliki potongan yang lebih pas (slim fit). Selalu gunakan ukuran tubuh bayi, bukan hanya usia.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Ukuran mana yang harus saya ambil jika berada di antara dua ukuran?',
|
|
18
|
+
answer: 'Selalu pilih ukuran yang lebih besar. Bayi tumbuh dengan sangat cepat dan ukuran yang lebih besar menjamin ketahanan pakai yang lebih lama serta kenyamanan bagi bayi.',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Apakah ukuran dalam inci berfungsi dengan cara yang sama?',
|
|
22
|
+
answer: 'Merek Amerika seperti Carter\'s menggunakan inci dan berat badan sebagai referensi. Konverter secara otomatis menunjukkan kesetaraan dalam sistem imperial jika Anda mengaktifkannya.',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
const howTo = [
|
|
26
|
+
{
|
|
27
|
+
name: 'Masukkan tinggi badan bayi',
|
|
28
|
+
text: 'Gunakan slider atau tombol untuk menyesuaikan tinggi badan bayi saat ini dalam sentimeter atau inci.',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: 'Masukkan berat badan bayi',
|
|
32
|
+
text: 'Sesuaikan berat badan dalam kg atau pound untuk memperhalus hasil, karena beberapa merek menggunakan berat badan sebagai referensi tambahan.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Pilih merek',
|
|
36
|
+
text: 'Pilih merek pakaian untuk melihat saran ukuran dan estimasi ukuran pakaian tersebut.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Lihat kesetaraannya',
|
|
40
|
+
text: 'Di panel kanan Anda akan melihat ukuran yang setara dari semua merek yang tersedia secara sekilas.',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
45
|
+
'@context': 'https://schema.org',
|
|
46
|
+
'@type': 'FAQPage',
|
|
47
|
+
mainEntity: faq.map((item) => ({
|
|
48
|
+
'@type': 'Question',
|
|
49
|
+
name: item.question,
|
|
50
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
51
|
+
})),
|
|
52
|
+
};
|
|
53
|
+
const howToSchema: WithContext<HowTo> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howTo.map((step) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
name: step.name,
|
|
61
|
+
text: step.text,
|
|
62
|
+
})),
|
|
63
|
+
};
|
|
64
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
|
+
inLanguage: 'id',
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const content: BabySizeConverterLocaleContent = {
|
|
76
|
+
slug,
|
|
77
|
+
title,
|
|
78
|
+
description,
|
|
79
|
+
ui: {
|
|
80
|
+
labelInput: 'Ukuran tubuh bayi',
|
|
81
|
+
labelResults: 'Kesetaraan estimasi',
|
|
82
|
+
labelHeight: 'Tinggi badan bayi',
|
|
83
|
+
labelWeight: 'Berat badan bayi saat ini',
|
|
84
|
+
labelPresets: 'Preset berdasarkan usia umum',
|
|
85
|
+
unitMetric: 'Metrik (cm/kg)',
|
|
86
|
+
unitImperial: 'Imperial (in/lb)',
|
|
87
|
+
labelCm: 'cm',
|
|
88
|
+
labelKg: 'kg',
|
|
89
|
+
labelIn: 'in',
|
|
90
|
+
labelLb: 'lb',
|
|
91
|
+
labelBrandFit: 'Merek dan Potongan',
|
|
92
|
+
labelSuggested: 'Saran ukuran',
|
|
93
|
+
labelChest: 'Dada',
|
|
94
|
+
labelWaist: 'Pinggang',
|
|
95
|
+
labelGarmentMeasures: 'Estimasi ukuran pakaian',
|
|
96
|
+
fitRegular: 'Potongan reguler',
|
|
97
|
+
fitLarge: 'Potongan longgar',
|
|
98
|
+
fitSmall: 'Potongan pas (slim fit)',
|
|
99
|
+
tipTitle: 'Saran Ahli',
|
|
100
|
+
tipText: 'Bayi tumbuh dalam lonjakan perkembangan yang sangat cepat. Jika hasilnya berada di ambang batas suatu ukuran, selalu pilih ukuran yang lebih besar untuk menjamin ketahanan pakai dan kenyamanan bayi.',
|
|
101
|
+
shareAriaLabel: 'Bagikan ukuran',
|
|
102
|
+
faqTitle: 'Pertanyaan umum',
|
|
103
|
+
bibliographyTitle: 'Referensi',
|
|
104
|
+
},
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: 'Panduan ukuran baju bayi: Zara, H&M, Primark, dan merek internasional', level: 2 },
|
|
107
|
+
{ type: 'stats', columns: 3, items: [
|
|
108
|
+
{ value: '2.5 cm', label: 'Pertumbuhan bulanan' },
|
|
109
|
+
{ value: '3 bulan', label: 'Durasi setiap ukuran' },
|
|
110
|
+
{ value: '95%', label: 'Keandalan berdasarkan tinggi' },
|
|
111
|
+
]},
|
|
112
|
+
{ type: 'tip', html: 'Selalu gunakan tinggi badan sebagai referensi utama untuk memilih ukuran, bukan usia. Dua bayi pada bulan yang sama bisa memiliki perbedaan tinggi hingga 8–10 cm, yang berarti lonjakan satu ukuran penuh.' },
|
|
113
|
+
{ type: 'title', text: 'Ukuran berdasarkan usia, tinggi, dan berat', level: 3 },
|
|
114
|
+
{ type: 'table', headers: ['Estimasi usia', 'Tinggi (cm)', 'Berat (kg)', 'Ukuran umum', 'Estimasi penggunaan'], rows: [
|
|
115
|
+
['Baru lahir', '50–56', '3–4.5', '50 / RN', '4–6 minggu'],
|
|
116
|
+
['1–3 bulan', '56–62', '4.5–6', '56–62', '6–8 minggu'],
|
|
117
|
+
['3–6 bulan', '62–68', '6–8', '62–68', '6–8 minggu'],
|
|
118
|
+
['6–9 bulan', '68–74', '8–9.5', '68–74', '6–8 minggu'],
|
|
119
|
+
['9–12 bulan', '74–80', '9.5–11', '74–80', '6–8 minggu'],
|
|
120
|
+
['12–18 bulan', '80–86', '11–13', '80–86', '3–4 bulan'],
|
|
121
|
+
['18–24 bulan', '86–92', '13–15', '86–92', '3–4 bulan'],
|
|
122
|
+
]},
|
|
123
|
+
{ type: 'title', text: 'Merek yang berukuran besar vs pas badan', level: 3 },
|
|
124
|
+
{ type: 'comparative', columns: 2, items: [
|
|
125
|
+
{
|
|
126
|
+
title: 'Ukuran besar (pilih ukuran di bawahnya)',
|
|
127
|
+
description: 'Merek-merek ini menggunakan potongan yang lebih longgar; ambil satu ukuran lebih kecil dari biasanya.',
|
|
128
|
+
points: [
|
|
129
|
+
'H&M: biasanya berukuran satu tingkat lebih besar',
|
|
130
|
+
'Primark: potongan longgar secara umum',
|
|
131
|
+
'Lupilu (Lidl): potongan santai',
|
|
132
|
+
'Direkomendasikan untuk bayi dengan persentil rendah',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
title: 'Ukuran pas badan (pilih ukuran di atasnya)',
|
|
137
|
+
description: 'Merek-merek ini menggunakan potongan yang lebih ketat; ambil satu ukuran lebih besar dari biasanya.',
|
|
138
|
+
points: [
|
|
139
|
+
"Carter's: potongan gaya Amerika yang pas",
|
|
140
|
+
'Mayoral: potongan gaya Eropa yang pas',
|
|
141
|
+
'Neck & Neck: ukuran kecil/terbatas',
|
|
142
|
+
'Direkomendasikan untuk bayi dengan persentil tinggi',
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
]},
|
|
146
|
+
{ type: 'title', text: 'Kunci untuk memilih ukuran yang tepat', level: 3 },
|
|
147
|
+
{ type: 'list', items: [
|
|
148
|
+
'Selalu ukur bayi sebelum membeli, jangan hanya mengandalkan usia',
|
|
149
|
+
'Jika berada di ambang batas antara dua ukuran, pilih ukuran yang lebih besar',
|
|
150
|
+
'Pertimbangkan ruang untuk popok pada pakaian terusan (jumper/one-piece)',
|
|
151
|
+
'Ukuran Eropa (50, 56, 62...) sesuai dengan tinggi badan dalam cm',
|
|
152
|
+
'Selalu cuci sebelum digunakan: bahan katun dapat menyusut hingga 5%',
|
|
153
|
+
]},
|
|
154
|
+
{ type: 'glossary', items: [
|
|
155
|
+
{
|
|
156
|
+
term: 'Ukuran 50 / Baru Lahir',
|
|
157
|
+
definition: 'Dirancang untuk bayi dengan tinggi hingga 50 cm dan berat sekitar 3,5 kg. Banyak bayi melampaui ukuran ini dengan sangat cepat, bahkan dalam beberapa minggu pertama.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
term: 'Ukuran Pesak (Rise)',
|
|
161
|
+
definition: 'Jarak dari selangkangan hingga pinggang. Sangat penting pada body suit dan jumper: pesak yang pendek membatasi gerakan bayi meskipun bagian lain pakaian pas.',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
term: 'Referensi berdasarkan berat',
|
|
165
|
+
definition: "Beberapa merek Amerika seperti Carter's menggunakan berat badan sebagai referensi utama. Berguna untuk bayi dengan proporsi di luar persentil standar.",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
term: 'Kerah Amplop (Envelope Neck)',
|
|
169
|
+
definition: 'Desain lubang leher pada body suit dan kaos yang memungkinkan bayi dipakaikan baju dengan cara digeser ke bawah, bukan dimasukkan lewat kepala. Sangat penting di bulan-bulan pertama.',
|
|
170
|
+
},
|
|
171
|
+
]},
|
|
172
|
+
{ type: 'summary', title: 'Hal yang harus diingat', items: [
|
|
173
|
+
'Tinggi badan adalah indikator paling andal untuk memilih ukuran, melampaui usia.',
|
|
174
|
+
"H&M dan Primark cenderung berukuran besar; Carter's dan Mayoral berukuran pas badan.",
|
|
175
|
+
'Angka ukuran Eropa (50, 56, 62...) sesuai dengan tinggi badan dalam cm.',
|
|
176
|
+
'Di ambang batas antar ukuran, memilih yang lebih besar menjamin penggunaan lebih lama.',
|
|
177
|
+
'Kerah amplop dan pesak yang luas adalah detail kunci kenyamanan.',
|
|
178
|
+
]},
|
|
179
|
+
],
|
|
180
|
+
faqTitle: "Pertanyaan umum",
|
|
181
|
+
faq,
|
|
182
|
+
bibliographyTitle: "Referensi",
|
|
183
|
+
bibliography: [
|
|
184
|
+
{
|
|
185
|
+
name: 'Zara - Panduan ukuran anak',
|
|
186
|
+
url: 'https://www.zara.com/id/id/size-guide.html',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: 'H&M - Panduan ukuran bayi',
|
|
190
|
+
url: 'https://www2.hm.com/id_id/customer-service/sizeguide.html',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
name: 'WHO - Standar pertumbuhan anak',
|
|
194
|
+
url: 'https://www.who.int/tools/child-growth-standards',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
name: 'Mayoral - Panduan ukuran',
|
|
198
|
+
url: 'https://www.mayoral.com/int/guia-tallas',
|
|
199
|
+
},
|
|
200
|
+
],
|
|
201
|
+
howTo,
|
|
202
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
203
|
+
};
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import type { BabySizeConverterLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'convertitore-taglie-neonato';
|
|
5
|
+
const title = 'Convertitore di Taglie per Neonati';
|
|
6
|
+
const description = 'Converti le taglie dei vestiti per neonati tra Zara, H&M, Primark, Carter\'s, Kiabi, Mango e Mayoral. Inserisci l\'altezza e il peso per ottenere la taglia esatta di ogni marca.';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Come faccio a sapere quale taglia di vestiti corrisponde al mio bambino?',
|
|
10
|
+
answer: 'La cosa più affidabile è usare l\'altezza del bambino come riferimento principale. Le taglie europee (50, 56, 62...) corrispondono direttamente all\'altezza in centimetri. Inserisci l\'altezza e il peso del bambino nel convertitore per ottenere la taglia consigliata da ogni marca.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Perché le taglie variano così tanto tra le marche?',
|
|
14
|
+
answer: 'Ogni marca ha il proprio modello di taglio. H&M e Primark tendono a vestire più grande, mentre Carter\'s e Mayoral hanno tagli più aderenti. Usa sempre le misure del bambino, non solo l\'età.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Che misura devo prendere se è tra due taglie?',
|
|
18
|
+
answer: 'Scegli sempre la taglia superiore. I bambini crescono molto rapidamente e una taglia più grande garantisce maggiore durata e comfort.',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Le taglie in pollici funzionano allo stesso modo?',
|
|
22
|
+
answer: 'Le marche americane come Carter\'s usano i pollici e il peso come riferimento. Il convertitore ti mostra automaticamente le equivalenze nel sistema imperiale se lo attivi.',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
const howTo = [
|
|
26
|
+
{
|
|
27
|
+
name: 'Inserisci l\'altezza del bambino',
|
|
28
|
+
text: 'Usa il cursore o i pulsanti per regolare l\'altezza attuale del bambino in centimetri o pollici.',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: 'Inserisci il peso del bambino',
|
|
32
|
+
text: 'Regola il peso in kg o libbre per affinare i risultati, poiché alcune marche usano il peso come riferimento complementare.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Seleziona una marca',
|
|
36
|
+
text: 'Scegli la marca di abbigliamento per vedere la taglia suggerita e le misure stimate del capo.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Consulta le equivalenze',
|
|
40
|
+
text: 'Nel pannello destro vedrai le taglie equivalenti di tutte le marche disponibili a colpo d\'occhio.',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
45
|
+
'@context': 'https://schema.org',
|
|
46
|
+
'@type': 'FAQPage',
|
|
47
|
+
mainEntity: faq.map((item) => ({
|
|
48
|
+
'@type': 'Question',
|
|
49
|
+
name: item.question,
|
|
50
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
51
|
+
})),
|
|
52
|
+
};
|
|
53
|
+
const howToSchema: WithContext<HowTo> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howTo.map((step) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
name: step.name,
|
|
61
|
+
text: step.text,
|
|
62
|
+
})),
|
|
63
|
+
};
|
|
64
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
|
+
inLanguage: 'it',
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const content: BabySizeConverterLocaleContent = {
|
|
76
|
+
slug,
|
|
77
|
+
title,
|
|
78
|
+
description,
|
|
79
|
+
ui: {
|
|
80
|
+
labelInput: 'Misure del bambino',
|
|
81
|
+
labelResults: 'Equivalenze stimate',
|
|
82
|
+
labelHeight: 'Altezza del bambino',
|
|
83
|
+
labelWeight: 'Peso attuale del bambino',
|
|
84
|
+
labelPresets: 'Preimpostazioni per età tipica',
|
|
85
|
+
unitMetric: 'Metrico (cm/kg)',
|
|
86
|
+
unitImperial: 'Imperiale (in/lb)',
|
|
87
|
+
labelCm: 'cm',
|
|
88
|
+
labelKg: 'kg',
|
|
89
|
+
labelIn: 'in',
|
|
90
|
+
labelLb: 'lb',
|
|
91
|
+
labelBrandFit: 'Marca e Taglio',
|
|
92
|
+
labelSuggested: 'Taglia suggerita',
|
|
93
|
+
labelChest: 'Torace',
|
|
94
|
+
labelWaist: 'Vita',
|
|
95
|
+
labelGarmentMeasures: 'Misure stimate del capo',
|
|
96
|
+
fitRegular: 'Taglio regolare',
|
|
97
|
+
fitLarge: 'Taglio ampio',
|
|
98
|
+
fitSmall: 'Taglio aderente',
|
|
99
|
+
tipTitle: 'Consiglio dell\'esperto',
|
|
100
|
+
tipText: 'I bambini crescono con picchi di sviluppo molto rapidi. Se il risultato è al limite superiore di una taglia, scegli sempre la taglia superiore per garantire la durata e il comfort del bambino.',
|
|
101
|
+
shareAriaLabel: 'Condividi taglia',
|
|
102
|
+
faqTitle: 'Domande frequenti',
|
|
103
|
+
bibliographyTitle: 'Riferimenti',
|
|
104
|
+
},
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: 'Guida alle taglie neonato: Zara, H&M, Primark e marche internazionali', level: 2 },
|
|
107
|
+
{ type: 'stats', columns: 3, items: [
|
|
108
|
+
{ value: '2.5 cm', label: 'Crescita mensile' },
|
|
109
|
+
{ value: '3 mesi', label: 'Durata di ogni taglia' },
|
|
110
|
+
{ value: '95%', label: 'Affidabilità per altezza' },
|
|
111
|
+
]},
|
|
112
|
+
{ type: 'tip', html: 'Usa sempre l\'altezza come riferimento principale per scegliere la taglia, non l\'età. Due bambini dello stesso mese possono avere fino a 8–10 cm di differenza, il che significa saltare una taglia completa.' },
|
|
113
|
+
{ type: 'title', text: 'Taglie per età, altezza e peso', level: 3 },
|
|
114
|
+
{ type: 'table', headers: ['Età approx.', 'Altezza (cm)', 'Peso (kg)', 'Taglia abituale', 'Uso stimato'], rows: [
|
|
115
|
+
['Neonato', '50–56', '3–4.5', '50 / RN', '4–6 settimane'],
|
|
116
|
+
['1–3 mesi', '56–62', '4.5–6', '56–62', '6–8 settimane'],
|
|
117
|
+
['3–6 mesi', '62–68', '6–8', '62–68', '6–8 settimane'],
|
|
118
|
+
['6–9 mesi', '68–74', '8–9.5', '68–74', '6–8 settimane'],
|
|
119
|
+
['9–12 mesi', '74–80', '9.5–11', '74–80', '6–8 settimane'],
|
|
120
|
+
['12–18 mesi', '80–86', '11–13', '80–86', '3–4 mesi'],
|
|
121
|
+
['18–24 mesi', '86–92', '13–15', '86–92', '3–4 mesi'],
|
|
122
|
+
]},
|
|
123
|
+
{ type: 'title', text: 'Marche che vestono grande vs aderente', level: 3 },
|
|
124
|
+
{ type: 'comparative', columns: 2, items: [
|
|
125
|
+
{
|
|
126
|
+
title: 'Vestono grande (scegli taglia inferiore)',
|
|
127
|
+
description: 'Queste marche usano tagli più ampi; prendi una taglia in meno rispetto alla solita.',
|
|
128
|
+
points: [
|
|
129
|
+
'H&M: spesso veste una taglia in più',
|
|
130
|
+
'Primark: taglio ampio generalizzato',
|
|
131
|
+
'Lupilu (Lidl): taglio morbido',
|
|
132
|
+
'Consigliato per bambini in percentile basso',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
title: 'Vestono aderente (scegli taglia superiore)',
|
|
137
|
+
description: 'Queste marche usano tagli più aderenti; prendi una taglia in più rispetto alla solita.',
|
|
138
|
+
points: [
|
|
139
|
+
"Carter's: taglio americano aderente",
|
|
140
|
+
'Mayoral: taglio europeo aderente',
|
|
141
|
+
'Neck & Neck: taglie ridotte',
|
|
142
|
+
'Consigliato per bambini in percentile alto',
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
]},
|
|
146
|
+
{ type: 'title', text: 'Chiavi per indovinare la taglia', level: 3 },
|
|
147
|
+
{ type: 'list', items: [
|
|
148
|
+
'Misura sempre il bambino prima di acquistare, non fidarti solo dell\'età',
|
|
149
|
+
'Se è al limite tra due taglie, scegli la taglia superiore',
|
|
150
|
+
'Tieni conto dello spazio per il pannolino nei capi a pezzo unico',
|
|
151
|
+
'Le taglie europee (50, 56, 62...) corrispondono all\'altezza in cm',
|
|
152
|
+
'Lava sempre prima dell\'uso: il cotone può restringersi fino al 5%',
|
|
153
|
+
]},
|
|
154
|
+
{ type: 'glossary', items: [
|
|
155
|
+
{
|
|
156
|
+
term: 'Taglia 50 / Neonato',
|
|
157
|
+
definition: 'Pensata per bambini fino a 50 cm di altezza e circa 3.5 kg. Molti bambini la superano molto rapidamente, anche nelle prime settimane.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
term: 'Misura del cavallo',
|
|
161
|
+
definition: 'Distanza dal cavallo alla vita. Fondamentale in body e tutine: un cavallo corto limita il movimento del bambino anche se il resto del capo veste bene.',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
term: 'Riferimento per peso',
|
|
165
|
+
definition: "Alcune marche americane come Carter's usano il peso come riferimento primario. Utile per bambini con proporzioni fuori dal percentile standard.",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
term: 'Scollo a busta',
|
|
169
|
+
definition: 'Design dello scollo di body e magliette che permette di vestire il bambino facendo scorrere il capo verso il basso invece di passarlo dalla testa. Indispensabile nei primi mesi.',
|
|
170
|
+
},
|
|
171
|
+
]},
|
|
172
|
+
{ type: 'summary', title: 'Cosa ricordare', items: [
|
|
173
|
+
'L\'altezza è l\'indicatore più affidabile per scegliere la taglia, più dell\'età.',
|
|
174
|
+
"H&M e Primark tendono a vestire grande; Carter's e Mayoral vestono aderente.",
|
|
175
|
+
'Le taglie europee numeriche (50, 56, 62...) corrispondono all\'altezza in cm.',
|
|
176
|
+
'Al limite tra due taglie, scegliere la superiore garantisce maggiore durata.',
|
|
177
|
+
'Lo scollo a busta e il cavallo ampio sono i dettagli chiave per il comfort.',
|
|
178
|
+
]},
|
|
179
|
+
],
|
|
180
|
+
faqTitle: "Domande frequenti",
|
|
181
|
+
faq,
|
|
182
|
+
bibliographyTitle: "Riferimenti",
|
|
183
|
+
bibliography: [
|
|
184
|
+
{
|
|
185
|
+
name: 'Zara - Guida alle taglie infantili',
|
|
186
|
+
url: 'https://www.zara.com/it/it/size-guide.html',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: 'H&M - Guida alle taglie per neonato',
|
|
190
|
+
url: 'https://www2.hm.com/it_it/assistenza-clienti/tabella-delle-misure.html',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
name: 'OMS - Standard di crescita infantile',
|
|
194
|
+
url: 'https://www.who.int/tools/child-growth-standards',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
name: 'Mayoral - Guida alle taglie',
|
|
198
|
+
url: 'https://www.mayoral.com/it-it/guia-tallas',
|
|
199
|
+
},
|
|
200
|
+
],
|
|
201
|
+
howTo,
|
|
202
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
203
|
+
};
|