@jjlmoya/utils-babies 1.6.0 → 1.8.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/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- 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/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/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/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/i18n/de.ts +467 -0
- 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 +13 -1
- package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/fr.ts +99 -95
- 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 +13 -1
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
import type { FertileDaysEstimatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-giorni-fertili';
|
|
5
|
+
const title = 'Calcolatore di Giorni Fertili';
|
|
6
|
+
const description = 'Calcola la tua finestra fertile e la data di ovulazione in base al tuo ciclo mestruale.';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Come si calcola la finestra fertile?',
|
|
10
|
+
answer: 'La finestra fertile si calcola a partire dal primo giorno del tuo ultimo ciclo. L\'ovulazione avviene circa 14 giorni prima dell\'inizio del ciclo successivo. I giorni fertili includono i 5 giorni precedenti l\'ovulazione e il giorno dell\'ovulazione stessa.',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'Che precisione ha questo calcolatore?',
|
|
14
|
+
answer: 'Il calcolatore è una stima basata sul modello standard di ciclo di 28 giorni (o quello che indichi tu). È orientativo e potrebbe non riflettere variazioni individuali. Per maggiore precisione, combinalo con il monitoraggio della temperatura basale o test di ovulazione.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Cosa succede se il mio ciclo è irregolare?',
|
|
18
|
+
answer: 'Se i tuoi cicli variano molto da un mese all\'altro, il calcolo potrebbe essere meno preciso. In tal caso, il monitoraggio della temperatura basale o i test LH sono metodi più affidabili per identificare l\'ovulazione.',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: 'Quanto tempo sopravvive l\'ovulo dopo l\'ovulazione?',
|
|
22
|
+
answer: 'L\'ovulo ha una vita utile da 12 a 24 ore. Tuttavia, gli spermatozoi possono sopravvivere fino a 5 giorni nel tratto riproduttivo femminile, motivo per cui la finestra fertile reale copre diversi giorni prima dell\'ovulazione.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Si può usare questo calcolatore per evitare la gravidanza?',
|
|
26
|
+
answer: 'Non è consigliabile usare questo calcolatore come metodo contraccettivo. I metodi basati sul calendario hanno un tasso di fallimento significativo. Consulta il tuo medico o ginecologo per metodi contraccettivi sicuri e adatti a te.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Seleziona il primo giorno del tuo ultimo ciclo',
|
|
32
|
+
text: 'Fai clic sul giorno del calendario corrispondente all\'inizio della tua ultima mestruazione.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Regola la durata del tuo ciclo',
|
|
36
|
+
text: 'Sposta il cursore per indicare quanti giorni dura abitualmente il tuo ciclo mestruale.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Consulta i risultati',
|
|
40
|
+
text: 'Il calcolatore mostra automaticamente la data di ovulazione stimata, la finestra fertile e l\'inizio del ciclo successivo.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Naviga nel calendario',
|
|
44
|
+
text: 'Usa le frecce di navigazione per vedere i giorni evidenziati nei mesi precedenti o successivi.',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faq.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
const howToSchema: WithContext<HowTo> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howTo.map((step) => ({
|
|
63
|
+
'@type': 'HowToStep',
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
};
|
|
68
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
applicationCategory: 'UtilitiesApplication',
|
|
74
|
+
operatingSystem: 'Web',
|
|
75
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
76
|
+
inLanguage: 'it',
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const content: FertileDaysEstimatorLocaleContent = {
|
|
80
|
+
slug,
|
|
81
|
+
title,
|
|
82
|
+
description,
|
|
83
|
+
ui: {
|
|
84
|
+
step1Title: 'Quando è iniziato il tuo ultimo ciclo?',
|
|
85
|
+
step1Desc: 'Seleziona nel calendario il primo giorno della tua ultima mestruazione.',
|
|
86
|
+
pulseHint: 'Fai clic su un giorno del calendario per continuare',
|
|
87
|
+
step1Indicator: 'Data di Inizio',
|
|
88
|
+
step2Indicator: 'Il Tuo Calendario',
|
|
89
|
+
sidebarTitle: 'Il Tuo Ciclo',
|
|
90
|
+
sidebarDesc: 'Personalizza i risultati regolando la durata del tuo ciclo.',
|
|
91
|
+
labelCycleLength: 'Durata del Ciclo',
|
|
92
|
+
unitDays: 'giorni',
|
|
93
|
+
labelOvulation: 'Prossima Ovulazione',
|
|
94
|
+
labelFertileWindow: 'Finestra Fertile',
|
|
95
|
+
labelNextPeriod: 'Prossimo Ciclo',
|
|
96
|
+
legendSelection: 'La tua selezione',
|
|
97
|
+
legendPeriod: 'Ciclo',
|
|
98
|
+
legendFertile: 'Fertile',
|
|
99
|
+
legendOvulation: 'Ovulazione',
|
|
100
|
+
faqTitle: 'Domande frequenti',
|
|
101
|
+
bibliographyTitle: 'Riferimenti',
|
|
102
|
+
},
|
|
103
|
+
seo: [
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'Calcolatore di Giorni Fertili: Guida Completa su Ciclo e Ovulazione',
|
|
107
|
+
level: 2,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'summary',
|
|
111
|
+
title: '5 punti chiave sulla finestra fertile',
|
|
112
|
+
items: [
|
|
113
|
+
'L\'ovulazione avviene circa 14 giorni prima dell\'inizio del ciclo successivo.',
|
|
114
|
+
'La finestra fertile include i 5 giorni precedenti l\'ovulazione più il giorno dell\'ovulazione stessa.',
|
|
115
|
+
'Gli spermatozoi possono sopravvivere fino a 5 giorni nel tratto riproduttivo femminile.',
|
|
116
|
+
'I cicli irregolari riducono l\'affidabilità del calcolo basato sul calendario.',
|
|
117
|
+
'Combinando questo strumento con la temperatura basale o i test LH si aumenta la precisione.',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: 'Come funziona il calcolo della finestra fertile',
|
|
123
|
+
level: 3,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'paragraph',
|
|
127
|
+
html: 'Il metodo si basa sulla regola di Ogino-Knaus e sul modello standard di ovulazione. Con un ciclo di 28 giorni, l\'ovulazione avviene solitamente intorno al giorno 14. Il calcolatore identifica questo punto ed evidenzia i giorni di maggiore fertilità circostanti.',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'stats',
|
|
131
|
+
columns: 3,
|
|
132
|
+
items: [
|
|
133
|
+
{ value: '14 giorni', label: 'Prima del ciclo successivo' },
|
|
134
|
+
{ value: '5 giorni', label: 'Durata della finestra fertile' },
|
|
135
|
+
{ value: '12-24 h', label: 'Vita utile dell\'ovulo' },
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'title',
|
|
140
|
+
text: 'Fasi del ciclo mestruale',
|
|
141
|
+
level: 3,
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'comparative',
|
|
145
|
+
columns: 2,
|
|
146
|
+
items: [
|
|
147
|
+
{
|
|
148
|
+
title: 'Fase follicolare',
|
|
149
|
+
description: 'Inizia con la mestruazione e dura fino all\'ovulazione.',
|
|
150
|
+
points: [
|
|
151
|
+
'I follicoli ovarici maturano sotto l\'influenza dell\'FSH.',
|
|
152
|
+
'Dura tra i 10 e i 14 giorni nei cicli regolari.',
|
|
153
|
+
'I livelli di estrogeni aumentano progressivamente.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
title: 'Fase luteale',
|
|
158
|
+
description: 'Inizia dopo l\'ovulazione e termina con la mestruazione.',
|
|
159
|
+
points: [
|
|
160
|
+
'Il corpo luteo produce progesterone per preparare l\'endometrio.',
|
|
161
|
+
'Dura circa 14 giorni nei cicli normali.',
|
|
162
|
+
'In assenza di fertilizzazione, il corpo luteo degenera.',
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'tip',
|
|
169
|
+
html: 'Sebbene il calcolatore utilizzi un modello standard, i cicli mestruali possono variare di mese in mese. Per una maggiore precisione, combina questo strumento con il monitoraggio della temperatura basale o i test di ovulazione.',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'title',
|
|
173
|
+
text: 'Segni biologici dell\'ovulazione',
|
|
174
|
+
level: 3,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'list',
|
|
178
|
+
items: [
|
|
179
|
+
'Cambiamenti nel muco cervicale: nei giorni fertili diventa trasparente ed elastico, simile all\'albume d\'uovo.',
|
|
180
|
+
'Lieve aumento della temperatura basale corporea (0,2–0,4 °C) subito dopo l\'ovulazione.',
|
|
181
|
+
'Lieve dolore o fastidio sul lato dell\'ovaio attivo (Mittelschmerz) durante l\'ovulazione.',
|
|
182
|
+
'Leggero aumento della libido in prossimità dell\'ovulazione, mediato dai cambiamenti ormonali.',
|
|
183
|
+
'Sensazione di gonfiore o pienezza addominale durante i giorni fertili.',
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'title',
|
|
188
|
+
text: 'Stile di vita e fertilità',
|
|
189
|
+
level: 3,
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'list',
|
|
193
|
+
items: [
|
|
194
|
+
'Lo stress cronico può alterare l\'ovulazione e allungare o accorciare il ciclo mestruale.',
|
|
195
|
+
'Il peso corporeo influisce direttamente: sia il sottopeso che il sovrappeso impattano sull\'ovulazione.',
|
|
196
|
+
'L\'esercizio fisico moderato favorisce la regolarità del ciclo; l\'esercizio estremo può sopprimerlo.',
|
|
197
|
+
'Il fumo riduce la riserva ovarica e anticipa la menopausa di diversi anni.',
|
|
198
|
+
'Una dieta ricca di acido folico, ferro e antiossidanti supporta la salute riproduttiva.',
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'title',
|
|
203
|
+
text: 'Metodi di monitoraggio del ciclo',
|
|
204
|
+
level: 3,
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
type: 'table',
|
|
208
|
+
headers: ['Metodo', 'Affidabilità', 'Costo'],
|
|
209
|
+
rows: [
|
|
210
|
+
['Calcolatore calendario', 'Media', 'Gratuito'],
|
|
211
|
+
['Temperatura basale', 'Alta con pratica', 'Basso'],
|
|
212
|
+
['Test LH nelle urine', 'Alta', 'Moderato'],
|
|
213
|
+
['Monitor di fertilità digitale', 'Molto alta', 'Alto'],
|
|
214
|
+
['Ecografia follicolare', 'Massima', 'Clinica'],
|
|
215
|
+
],
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'glossary',
|
|
219
|
+
items: [
|
|
220
|
+
{
|
|
221
|
+
term: 'Ovulazione',
|
|
222
|
+
definition: 'Rilascio dell\'ovulo maturo dal follicolo ovarico, innescato da un picco di ormone luteinizzante (LH). Avviene una volta per ciclo.',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
term: 'Finestra fertile',
|
|
226
|
+
definition: 'Periodo di massima probabilità di concepimento, che comprende i 5 giorni precedenti l\'ovulazione più il giorno dell\'ovulazione stessa.',
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
term: 'Muco cervicale',
|
|
230
|
+
definition: 'Secrezione del collo dell\'utero la cui consistenza varia durante il ciclo. Nei giorni fertili diventa trasparente ed elastico, facilitando il passaggio degli spermatozoi.',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
term: 'Temperatura basale',
|
|
234
|
+
definition: 'Temperatura corporea a riposo assoluto, misurata al risveglio prima di ogni attività. Aumenta leggermente (0,2–0,4 °C) dopo l\'ovulazione per effetto del progesterone.',
|
|
235
|
+
},
|
|
236
|
+
],
|
|
237
|
+
},
|
|
238
|
+
],
|
|
239
|
+
faqTitle: "Domande frequenti",
|
|
240
|
+
faq,
|
|
241
|
+
bibliographyTitle: "Riferimenti",
|
|
242
|
+
bibliography: [
|
|
243
|
+
{
|
|
244
|
+
name: 'OMS - Pianificazione familiare',
|
|
245
|
+
url: 'https://www.who.int/it/health-topics/family-planning-contraception',
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
name: 'American College of Obstetricians and Gynecologists - Fertility Awareness',
|
|
249
|
+
url: 'https://www.acog.org/womens-health/faqs/fertility-awareness-based-methods-of-family-planning',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
name: 'Società Italiana di Ginecologia ed Ostetricia',
|
|
253
|
+
url: 'https://www.sigo.it',
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
name: 'Wilcox AJ et al. - Timing of Sexual Intercourse in Relation to Ovulation (NEJM, 1995)',
|
|
257
|
+
url: 'https://www.nejm.org/doi/10.1056/NEJM199512073332301',
|
|
258
|
+
},
|
|
259
|
+
],
|
|
260
|
+
howTo,
|
|
261
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
262
|
+
};
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
import type { FertileDaysEstimatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'fertile-days-calculator';
|
|
5
|
+
const title = '排卵日・妊娠しやすい日計算機';
|
|
6
|
+
const description = '月経周期に基づいて、あなたの排卵予定日と妊娠しやすい期間(フェルタイルウィンドウ)を算出します。';
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: '「妊娠しやすい期間」はどのように計算されますか?',
|
|
10
|
+
answer: '最後に生理が始まった日を基準に計算します。一般的に、排卵は次の生理予定日の約14日前に起こります。「妊娠しやすい期間」は、排卵日の5日前から排卵当日までを指します。',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: 'この計算機の正確性はどのくらいですか?',
|
|
14
|
+
answer: 'この計算機は、標準的な28日周期(または指定された周期)に基づいた予測です。個人の体調や変動によってずれる可能性があるため、あくまで目安としてご利用ください。より正確に知るには、基礎体温の記録や排卵検査薬との併用をお勧めします。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '生理周期が不規則な場合はどうすればいいですか?',
|
|
18
|
+
answer: '周期が大きく変動する場合、カレンダー方式の計算の精度は下がります。その場合、基礎体温の計測や、排卵検査薬(LH検査)で排卵日の兆候を捉える方法がより確実です。',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: '排卵後、卵子の寿命はどれくらいですか?',
|
|
22
|
+
answer: '卵子の寿命は排卵後約12〜24時間です。一方で精子は女性の体内で最大5日間生存できるため、排卵日の数日前から「妊娠しやすい期間」が始まります。',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: '避妊のためにこの計算機を使ってもいいですか?',
|
|
26
|
+
answer: 'この計算機を避妊目的で使用することはお勧めしません。カレンダーに基づいた予測は失敗の確率が高いため、確実な避妊については医師や専門家にご相談ください。',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: '前回の生理開始日を選択',
|
|
32
|
+
text: 'カレンダー上で、最後に生理が始まった日をクリックしてください。',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: '生理周期を調整',
|
|
36
|
+
text: 'スライダーを動かして、あなたの平均的な生理周期の日数を設定してください。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '結果を確認',
|
|
40
|
+
text: '予測される排卵日、妊娠しやすい期間、および次の生理予定日が自動的に表示されます。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'カレンダーを操作',
|
|
44
|
+
text: 'ナビゲーション矢印を使って、前後の月の予定を確認できます。',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'FAQPage',
|
|
51
|
+
mainEntity: faq.map((item) => ({
|
|
52
|
+
'@type': 'Question',
|
|
53
|
+
name: item.question,
|
|
54
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
55
|
+
})),
|
|
56
|
+
};
|
|
57
|
+
const howToSchema: WithContext<HowTo> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howTo.map((step) => ({
|
|
63
|
+
'@type': 'HowToStep',
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
};
|
|
68
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
applicationCategory: 'UtilitiesApplication',
|
|
74
|
+
operatingSystem: 'Web',
|
|
75
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
76
|
+
inLanguage: 'ja',
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const content: FertileDaysEstimatorLocaleContent = {
|
|
80
|
+
slug,
|
|
81
|
+
title,
|
|
82
|
+
description,
|
|
83
|
+
ui: {
|
|
84
|
+
step1Title: '前回の生理はいつ始まりましたか?',
|
|
85
|
+
step1Desc: 'カレンダーから前回の生理初日を選択してください。',
|
|
86
|
+
pulseHint: 'カレンダーの日付をクリックして開始',
|
|
87
|
+
step1Indicator: '開始日',
|
|
88
|
+
step2Indicator: 'あなたのカレンダー',
|
|
89
|
+
sidebarTitle: 'あなたの周期',
|
|
90
|
+
sidebarDesc: '生理周期の日数を調整して結果をカスタマイズします。',
|
|
91
|
+
labelCycleLength: '生理周期の日数',
|
|
92
|
+
unitDays: '日間',
|
|
93
|
+
labelOvulation: '次回の排卵予定日',
|
|
94
|
+
labelFertileWindow: '妊娠しやすい期間',
|
|
95
|
+
labelNextPeriod: '次回の生理予定日',
|
|
96
|
+
legendSelection: '選択した日',
|
|
97
|
+
legendPeriod: '生理期間',
|
|
98
|
+
legendFertile: '妊娠しやすい日',
|
|
99
|
+
legendOvulation: '排卵日',
|
|
100
|
+
faqTitle: 'よくある質問',
|
|
101
|
+
bibliographyTitle: '参考文献',
|
|
102
|
+
},
|
|
103
|
+
seo: [
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: '排卵日計算:妊娠しやすい時期と生理周期の完全ガイド',
|
|
107
|
+
level: 2,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'summary',
|
|
111
|
+
title: '妊娠しやすい期間に関する5つのポイント',
|
|
112
|
+
items: [
|
|
113
|
+
'排卵は通常、次の生理が始まる約14日前に起こります。',
|
|
114
|
+
'最も妊娠しやすいのは、排卵日の5日前から排卵当日までの6日間です。',
|
|
115
|
+
'精子は女性の体内で最大5日間生存することができます。',
|
|
116
|
+
'不規則な周期の場合、カレンダーによる予測の信頼性は低下します。',
|
|
117
|
+
'正確な予測には、基礎体温や排卵検査薬との併用が有効です。',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'title',
|
|
122
|
+
text: '妊娠しやすい期間の計算の仕組み',
|
|
123
|
+
level: 3,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
type: 'paragraph',
|
|
127
|
+
html: 'このツールは、オギノ式や標準的な排卵モデルに基づいています。28日周期の場合、排卵は14日目前後に発生します。計算機はこのポイントを特定し、その前後で最も妊娠の可能性が高い期間をマークします。',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'stats',
|
|
131
|
+
columns: 3,
|
|
132
|
+
items: [
|
|
133
|
+
{ value: '14 日前', label: '次の生理の開始から' },
|
|
134
|
+
{ value: '6 日間', label: '妊娠しやすい期間' },
|
|
135
|
+
{ value: '12-24 時間', label: '卵子の寿命' },
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'title',
|
|
140
|
+
text: '月経周期の各フェーズ',
|
|
141
|
+
level: 3,
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'comparative',
|
|
145
|
+
columns: 2,
|
|
146
|
+
items: [
|
|
147
|
+
{
|
|
148
|
+
title: '卵胞期',
|
|
149
|
+
description: '生理の開始から排卵までの期間です。',
|
|
150
|
+
points: [
|
|
151
|
+
'FSH(卵胞刺激ホルモン)の働きで卵胞が成熟します。',
|
|
152
|
+
'規則的な周期では10〜14日間続きます。',
|
|
153
|
+
'エストロゲンの分泌量が徐々に増加します。',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
title: '黄体期',
|
|
158
|
+
description: '排卵後から生理が始まるまでの期間です。',
|
|
159
|
+
points: [
|
|
160
|
+
'黄体からプロゲステロンが分泌され、子宮内膜を整えます。',
|
|
161
|
+
'通常の周期では約14日間で一定しています。',
|
|
162
|
+
'受精が起こらなければ、黄体は退化し生理が始まります。',
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'tip',
|
|
169
|
+
html: '計算機は標準モデルを使用していますが、周期は月によって変動することがあります。より高い精度を求める場合は、基礎体温の記録や排卵検査薬を併用してください。',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'title',
|
|
173
|
+
text: '排卵を示す体のサイン',
|
|
174
|
+
level: 3,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'list',
|
|
178
|
+
items: [
|
|
179
|
+
'おりものの変化:排卵期には卵白のように透明でよく伸びるようになります。',
|
|
180
|
+
'基礎体温の変化:排卵直後に体温がわずかに上昇(0.2〜0.4℃)し、高温期に入ります。',
|
|
181
|
+
'排卵痛:排卵が行われる側の卵巣付近に軽い痛みを感じることがあります。',
|
|
182
|
+
'性欲の変化:ホルモンの影響で排卵期に性欲が高まることがあります。',
|
|
183
|
+
'腹部の張り:排卵期に下腹部の張りや軽い不快感を感じる場合があります。',
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'title',
|
|
188
|
+
text: '生活習慣と妊活',
|
|
189
|
+
level: 3,
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'list',
|
|
193
|
+
items: [
|
|
194
|
+
'慢性的なストレスは排卵を妨げたり、周期を乱す原因になります。',
|
|
195
|
+
'体重バランスの影響:痩せすぎも肥満も排卵障害の原因になり得ます。',
|
|
196
|
+
'適度な運動は周期を整えますが、過度な運動は排卵を止める可能性があります。',
|
|
197
|
+
'喫煙は卵巣の予備能を低下させ、閉経を早めるリスクがあります。',
|
|
198
|
+
'葉酸、鉄分、抗酸化物質を豊富に含む食事は生殖健康をサポートします。',
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'title',
|
|
203
|
+
text: '周期モニタリングの方法',
|
|
204
|
+
level: 3,
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
type: 'table',
|
|
208
|
+
headers: ['方法', '信頼性', 'コスト'],
|
|
209
|
+
rows: [
|
|
210
|
+
['カレンダー計算', '中', '無料'],
|
|
211
|
+
['基礎体温計測', '高(継続が必要)', '低'],
|
|
212
|
+
['排卵検査薬(LH)', '高', '中'],
|
|
213
|
+
['デジタル妊活モニター', '非常に高', '高'],
|
|
214
|
+
['卵胞計測(超音波)', '最大', 'クリニック受診'],
|
|
215
|
+
],
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'glossary',
|
|
219
|
+
items: [
|
|
220
|
+
{
|
|
221
|
+
term: '排卵',
|
|
222
|
+
definition: 'LH(黄体形成ホルモン)の急上昇により、成熟した卵子が卵胞から放出されること。通常1周期に1度起こります。',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
term: '妊娠しやすい期間',
|
|
226
|
+
definition: '最も受精が成立しやすい時期。排卵の5日前から排卵当日までを指します。',
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
term: '頸管粘液(おりもの)',
|
|
230
|
+
definition: '子宮頸部からの分泌物。排卵期には精子が通過しやすいように、透明で粘りけのある質感に変化します。',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
term: '基礎体温',
|
|
234
|
+
definition: '最低限のエネルギーしか使っていない安静時の体温。排卵後のプロゲステロンの影響で、低温期から0.2〜0.4℃程度上昇します。',
|
|
235
|
+
},
|
|
236
|
+
],
|
|
237
|
+
},
|
|
238
|
+
],
|
|
239
|
+
faqTitle: "よくある質問",
|
|
240
|
+
faq,
|
|
241
|
+
bibliographyTitle: "参考文献",
|
|
242
|
+
bibliography: [
|
|
243
|
+
{
|
|
244
|
+
name: 'WHO (世界保健機関) - 家族計画',
|
|
245
|
+
url: 'https://www.who.int/health-topics/family-planning-contraception',
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
name: 'ACOG (米国産科婦人科学会) - 妊活',
|
|
249
|
+
url: 'https://www.acog.org/womens-health/faqs/fertility-awareness-based-methods-of-family-planning',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
name: '日本産科婦人科学会',
|
|
253
|
+
url: 'http://www.jsog.or.jp',
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
name: 'Wilcox AJ et al. (NEJM, 1995) - 排卵と性交渉のタイミング',
|
|
257
|
+
url: 'https://www.nejm.org/doi/10.1056/NEJM199512073332301',
|
|
258
|
+
},
|
|
259
|
+
],
|
|
260
|
+
howTo,
|
|
261
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
262
|
+
};
|