@jjlmoya/utils-textiles 1.3.0 → 1.5.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.
Files changed (179) hide show
  1. package/package.json +59 -58
  2. package/src/category/i18n/de.ts +76 -0
  3. package/src/category/i18n/fr.ts +33 -30
  4. package/src/category/i18n/id.ts +76 -0
  5. package/src/category/i18n/it.ts +76 -0
  6. package/src/category/i18n/ja.ts +76 -0
  7. package/src/category/i18n/ko.ts +76 -0
  8. package/src/category/i18n/nl.ts +76 -0
  9. package/src/category/i18n/pl.ts +76 -0
  10. package/src/category/i18n/pt.ts +76 -0
  11. package/src/category/i18n/ru.ts +76 -0
  12. package/src/category/i18n/sv.ts +76 -0
  13. package/src/category/i18n/tr.ts +76 -0
  14. package/src/category/i18n/zh.ts +76 -0
  15. package/src/category/index.ts +39 -7
  16. package/src/index.ts +12 -12
  17. package/src/tests/i18n_coverage.test.ts +36 -0
  18. package/src/tests/schemas_fulfillment.test.ts +23 -0
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tests/title_quality.test.ts +55 -0
  21. package/src/tool/burnTest/i18n/de.ts +225 -0
  22. package/src/tool/burnTest/i18n/id.ts +225 -0
  23. package/src/tool/burnTest/i18n/it.ts +225 -0
  24. package/src/tool/burnTest/i18n/ja.ts +225 -0
  25. package/src/tool/burnTest/i18n/ko.ts +225 -0
  26. package/src/tool/burnTest/i18n/nl.ts +225 -0
  27. package/src/tool/burnTest/i18n/pl.ts +225 -0
  28. package/src/tool/burnTest/i18n/pt.ts +225 -0
  29. package/src/tool/burnTest/i18n/ru.ts +225 -0
  30. package/src/tool/burnTest/i18n/sv.ts +225 -0
  31. package/src/tool/burnTest/i18n/tr.ts +225 -0
  32. package/src/tool/burnTest/i18n/zh.ts +225 -0
  33. package/src/tool/burnTest/index.ts +15 -7
  34. package/src/tool/clothingSizeConverter/i18n/de.ts +356 -0
  35. package/src/tool/clothingSizeConverter/i18n/id.ts +356 -0
  36. package/src/tool/clothingSizeConverter/i18n/it.ts +356 -0
  37. package/src/tool/clothingSizeConverter/i18n/ja.ts +356 -0
  38. package/src/tool/clothingSizeConverter/i18n/ko.ts +356 -0
  39. package/src/tool/clothingSizeConverter/i18n/nl.ts +356 -0
  40. package/src/tool/clothingSizeConverter/i18n/pl.ts +356 -0
  41. package/src/tool/clothingSizeConverter/i18n/pt.ts +356 -0
  42. package/src/tool/clothingSizeConverter/i18n/ru.ts +356 -0
  43. package/src/tool/clothingSizeConverter/i18n/sv.ts +356 -0
  44. package/src/tool/clothingSizeConverter/i18n/tr.ts +356 -0
  45. package/src/tool/clothingSizeConverter/i18n/zh.ts +356 -0
  46. package/src/tool/clothingSizeConverter/index.ts +15 -7
  47. package/src/tool/fabricProjectCalculator/i18n/de.ts +250 -0
  48. package/src/tool/fabricProjectCalculator/i18n/id.ts +250 -0
  49. package/src/tool/fabricProjectCalculator/i18n/it.ts +250 -0
  50. package/src/tool/fabricProjectCalculator/i18n/ja.ts +250 -0
  51. package/src/tool/fabricProjectCalculator/i18n/ko.ts +250 -0
  52. package/src/tool/fabricProjectCalculator/i18n/nl.ts +250 -0
  53. package/src/tool/fabricProjectCalculator/i18n/pl.ts +250 -0
  54. package/src/tool/fabricProjectCalculator/i18n/pt.ts +250 -0
  55. package/src/tool/fabricProjectCalculator/i18n/ru.ts +250 -0
  56. package/src/tool/fabricProjectCalculator/i18n/sv.ts +250 -0
  57. package/src/tool/fabricProjectCalculator/i18n/tr.ts +250 -0
  58. package/src/tool/fabricProjectCalculator/i18n/zh.ts +250 -0
  59. package/src/tool/fabricProjectCalculator/index.ts +15 -7
  60. package/src/tool/fabricTruth/i18n/de.ts +282 -0
  61. package/src/tool/fabricTruth/i18n/en.ts +1 -1
  62. package/src/tool/fabricTruth/i18n/fr.ts +1 -1
  63. package/src/tool/fabricTruth/i18n/id.ts +282 -0
  64. package/src/tool/fabricTruth/i18n/it.ts +282 -0
  65. package/src/tool/fabricTruth/i18n/ja.ts +282 -0
  66. package/src/tool/fabricTruth/i18n/ko.ts +282 -0
  67. package/src/tool/fabricTruth/i18n/nl.ts +282 -0
  68. package/src/tool/fabricTruth/i18n/pl.ts +282 -0
  69. package/src/tool/fabricTruth/i18n/pt.ts +282 -0
  70. package/src/tool/fabricTruth/i18n/ru.ts +282 -0
  71. package/src/tool/fabricTruth/i18n/sv.ts +282 -0
  72. package/src/tool/fabricTruth/i18n/tr.ts +282 -0
  73. package/src/tool/fabricTruth/i18n/zh.ts +286 -0
  74. package/src/tool/fabricTruth/index.ts +15 -7
  75. package/src/tool/fiberPrep/i18n/de.ts +225 -0
  76. package/src/tool/fiberPrep/i18n/id.ts +225 -0
  77. package/src/tool/fiberPrep/i18n/it.ts +225 -0
  78. package/src/tool/fiberPrep/i18n/ja.ts +225 -0
  79. package/src/tool/fiberPrep/i18n/ko.ts +225 -0
  80. package/src/tool/fiberPrep/i18n/nl.ts +225 -0
  81. package/src/tool/fiberPrep/i18n/pl.ts +225 -0
  82. package/src/tool/fiberPrep/i18n/pt.ts +225 -0
  83. package/src/tool/fiberPrep/i18n/ru.ts +225 -0
  84. package/src/tool/fiberPrep/i18n/sv.ts +225 -0
  85. package/src/tool/fiberPrep/i18n/tr.ts +225 -0
  86. package/src/tool/fiberPrep/i18n/zh.ts +225 -0
  87. package/src/tool/fiberPrep/index.ts +15 -7
  88. package/src/tool/knittingGauge/i18n/de.ts +234 -0
  89. package/src/tool/knittingGauge/i18n/id.ts +234 -0
  90. package/src/tool/knittingGauge/i18n/it.ts +234 -0
  91. package/src/tool/knittingGauge/i18n/ja.ts +234 -0
  92. package/src/tool/knittingGauge/i18n/ko.ts +234 -0
  93. package/src/tool/knittingGauge/i18n/nl.ts +234 -0
  94. package/src/tool/knittingGauge/i18n/pl.ts +234 -0
  95. package/src/tool/knittingGauge/i18n/pt.ts +234 -0
  96. package/src/tool/knittingGauge/i18n/ru.ts +234 -0
  97. package/src/tool/knittingGauge/i18n/sv.ts +234 -0
  98. package/src/tool/knittingGauge/i18n/tr.ts +234 -0
  99. package/src/tool/knittingGauge/i18n/zh.ts +234 -0
  100. package/src/tool/knittingGauge/index.ts +15 -7
  101. package/src/tool/laundryGuide/i18n/de.ts +275 -0
  102. package/src/tool/laundryGuide/i18n/id.ts +275 -0
  103. package/src/tool/laundryGuide/i18n/it.ts +275 -0
  104. package/src/tool/laundryGuide/i18n/ja.ts +275 -0
  105. package/src/tool/laundryGuide/i18n/ko.ts +275 -0
  106. package/src/tool/laundryGuide/i18n/nl.ts +275 -0
  107. package/src/tool/laundryGuide/i18n/pl.ts +275 -0
  108. package/src/tool/laundryGuide/i18n/pt.ts +275 -0
  109. package/src/tool/laundryGuide/i18n/ru.ts +275 -0
  110. package/src/tool/laundryGuide/i18n/sv.ts +275 -0
  111. package/src/tool/laundryGuide/i18n/tr.ts +275 -0
  112. package/src/tool/laundryGuide/i18n/zh.ts +275 -0
  113. package/src/tool/laundryGuide/index.ts +15 -7
  114. package/src/tool/needleConverter/i18n/de.ts +212 -0
  115. package/src/tool/needleConverter/i18n/id.ts +212 -0
  116. package/src/tool/needleConverter/i18n/it.ts +212 -0
  117. package/src/tool/needleConverter/i18n/ja.ts +212 -0
  118. package/src/tool/needleConverter/i18n/ko.ts +212 -0
  119. package/src/tool/needleConverter/i18n/nl.ts +212 -0
  120. package/src/tool/needleConverter/i18n/pl.ts +212 -0
  121. package/src/tool/needleConverter/i18n/pt.ts +212 -0
  122. package/src/tool/needleConverter/i18n/ru.ts +212 -0
  123. package/src/tool/needleConverter/i18n/sv.ts +212 -0
  124. package/src/tool/needleConverter/i18n/tr.ts +212 -0
  125. package/src/tool/needleConverter/i18n/zh.ts +212 -0
  126. package/src/tool/needleConverter/index.ts +15 -7
  127. package/src/tool/sewingPatternScaler/i18n/de.ts +227 -0
  128. package/src/tool/sewingPatternScaler/i18n/id.ts +227 -0
  129. package/src/tool/sewingPatternScaler/i18n/it.ts +227 -0
  130. package/src/tool/sewingPatternScaler/i18n/ja.ts +227 -0
  131. package/src/tool/sewingPatternScaler/i18n/ko.ts +227 -0
  132. package/src/tool/sewingPatternScaler/i18n/nl.ts +227 -0
  133. package/src/tool/sewingPatternScaler/i18n/pl.ts +227 -0
  134. package/src/tool/sewingPatternScaler/i18n/pt.ts +227 -0
  135. package/src/tool/sewingPatternScaler/i18n/ru.ts +227 -0
  136. package/src/tool/sewingPatternScaler/i18n/sv.ts +227 -0
  137. package/src/tool/sewingPatternScaler/i18n/tr.ts +227 -0
  138. package/src/tool/sewingPatternScaler/i18n/zh.ts +227 -0
  139. package/src/tool/sewingPatternScaler/index.ts +15 -7
  140. package/src/tool/shoeSizeConverter/i18n/de.ts +184 -0
  141. package/src/tool/shoeSizeConverter/i18n/id.ts +184 -0
  142. package/src/tool/shoeSizeConverter/i18n/it.ts +184 -0
  143. package/src/tool/shoeSizeConverter/i18n/ja.ts +184 -0
  144. package/src/tool/shoeSizeConverter/i18n/ko.ts +184 -0
  145. package/src/tool/shoeSizeConverter/i18n/nl.ts +184 -0
  146. package/src/tool/shoeSizeConverter/i18n/pl.ts +184 -0
  147. package/src/tool/shoeSizeConverter/i18n/pt.ts +184 -0
  148. package/src/tool/shoeSizeConverter/i18n/ru.ts +184 -0
  149. package/src/tool/shoeSizeConverter/i18n/sv.ts +184 -0
  150. package/src/tool/shoeSizeConverter/i18n/tr.ts +184 -0
  151. package/src/tool/shoeSizeConverter/i18n/zh.ts +184 -0
  152. package/src/tool/shoeSizeConverter/index.ts +15 -7
  153. package/src/tool/stainChemistry/i18n/de.ts +300 -0
  154. package/src/tool/stainChemistry/i18n/id.ts +300 -0
  155. package/src/tool/stainChemistry/i18n/it.ts +300 -0
  156. package/src/tool/stainChemistry/i18n/ja.ts +300 -0
  157. package/src/tool/stainChemistry/i18n/ko.ts +297 -0
  158. package/src/tool/stainChemistry/i18n/nl.ts +300 -0
  159. package/src/tool/stainChemistry/i18n/pl.ts +300 -0
  160. package/src/tool/stainChemistry/i18n/pt.ts +300 -0
  161. package/src/tool/stainChemistry/i18n/ru.ts +300 -0
  162. package/src/tool/stainChemistry/i18n/sv.ts +300 -0
  163. package/src/tool/stainChemistry/i18n/tr.ts +300 -0
  164. package/src/tool/stainChemistry/i18n/zh.ts +295 -0
  165. package/src/tool/stainChemistry/index.ts +15 -7
  166. package/src/tool/yarnCalculator/i18n/de.ts +310 -0
  167. package/src/tool/yarnCalculator/i18n/id.ts +310 -0
  168. package/src/tool/yarnCalculator/i18n/it.ts +310 -0
  169. package/src/tool/yarnCalculator/i18n/ja.ts +310 -0
  170. package/src/tool/yarnCalculator/i18n/ko.ts +310 -0
  171. package/src/tool/yarnCalculator/i18n/nl.ts +310 -0
  172. package/src/tool/yarnCalculator/i18n/pl.ts +310 -0
  173. package/src/tool/yarnCalculator/i18n/pt.ts +310 -0
  174. package/src/tool/yarnCalculator/i18n/ru.ts +310 -0
  175. package/src/tool/yarnCalculator/i18n/sv.ts +310 -0
  176. package/src/tool/yarnCalculator/i18n/tr.ts +310 -0
  177. package/src/tool/yarnCalculator/i18n/zh.ts +309 -0
  178. package/src/tool/yarnCalculator/index.ts +15 -7
  179. package/src/types.ts +1 -1
@@ -0,0 +1,275 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'guida-lavaggio-tessile';
5
+ const title = 'Guida alla Cura Tessile: Come Lavare Ogni Tipo di Fibra';
6
+ const description = 'Guida scientifica per lavare e curare cotone, lana, seta, lino e sintetici. Previeni restringimenti, sbiadimento e danni con istruzioni precise.';
7
+
8
+ const faqData = [
9
+ {
10
+ question: 'Come evito che i colori sbiadiscano?',
11
+ answer: 'Lava in acqua fredda (massimo 30°C), gira i capi al rovescio, usa un detersivo per capi scuri ed evita il sole diretto durante l\'asciugatura.',
12
+ },
13
+ {
14
+ question: 'Posso lavare la lana in lavatrice?',
15
+ answer: 'Sì, ma solo con il ciclo lana (acqua fredda, agitazione delicata). Usa un detersivo specifico per lana e mai un ciclo normale.',
16
+ },
17
+ {
18
+ question: 'Perché la mia seta si macchia con l\'acqua?',
19
+ answer: 'La seta reagisce ai minerali dell\'acqua. Usa acqua distillata nell\'ultimo risciacquo o strofina delicatamente la macchia con della seta pura.',
20
+ },
21
+ ];
22
+
23
+ const howToData = [
24
+ { name: 'Controlla l\'etichetta', text: 'Leggi sempre le istruzioni di cura sull\'etichetta prima di lavare.' },
25
+ { name: 'Ordina per tipo di fibra', text: 'Lava le fibre naturali separatamente da quelle sintetiche quando possibile.' },
26
+ { name: 'Scegli la temperatura dell\'acqua', text: 'Usa acqua fredda per i tessuti delicati e acqua calda solo per i materiali resistenti.' },
27
+ ];
28
+
29
+ const faqSchema: WithContext<FAQPage> = {
30
+ '@context': 'https://schema.org',
31
+ '@type': 'FAQPage',
32
+ mainEntity: faqData.map((item) => ({
33
+ '@type': 'Question',
34
+ name: item.question,
35
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
36
+ })),
37
+ };
38
+
39
+ const howToSchema: WithContext<HowTo> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'HowTo',
42
+ name: title,
43
+ description: description,
44
+ step: howToData.map((step) => ({
45
+ '@type': 'HowToStep',
46
+ name: step.name,
47
+ text: step.text,
48
+ })),
49
+ };
50
+
51
+ const appSchema: WithContext<SoftwareApplication> = {
52
+ '@context': 'https://schema.org',
53
+ '@type': 'SoftwareApplication',
54
+ name: title,
55
+ description: description,
56
+ applicationCategory: 'UtilityApplication',
57
+ operatingSystem: 'All',
58
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
59
+ inLanguage: 'it',
60
+ };
61
+
62
+ export const content: ToolLocaleContent = {
63
+ slug,
64
+ title,
65
+ description,
66
+ ui: {
67
+ selectMaterialTitle: 'Seleziona il Materiale',
68
+ selectMaterialPrompt: 'Seleziona un tessuto per vedere la sua guida di cura',
69
+ careInstructions: 'Istruzioni di manutenzione premium',
70
+ maxTemp: 'Temperatura Massima',
71
+ ironing: 'Stiratura',
72
+ drying: 'Asciugatura',
73
+ avoidLabel: 'Cose da EVITARE',
74
+ sosLabel: 'Consiglio di Manutenzione',
75
+ textileData: {
76
+ cotton: {
77
+ name: "Cotone",
78
+ description: "Fibra vegetale naturale, morbida e traspirante. Il re dei capi base.",
79
+ family: "natural",
80
+ origin: "Capsula della pianta di cotone",
81
+ breathability: 9,
82
+ durability: 7,
83
+ warmth: 4,
84
+ washing: "Acqua fredda o tiepida (si restringe con il calore). Ammette una centrifuga forte.",
85
+ drying: "Asciugatrice a temp media o all\'aria aperta.",
86
+ ironing: "Ferro caldo con vapore mentre è ancora umido.",
87
+ donts: ["Lasciarlo umido troppo a lungo (muffa)", "Eccessiva candeggina (indebolisce la fibra)"],
88
+ sos: "Ristretto? Immergi in acqua tiepida con balsamo per capelli e tira delicatamente.",
89
+ icon: "mdi:tshirt-crew",
90
+ color: "#60A5FA",
91
+ maxTemp: "40-60°C",
92
+ isNoble: false,
93
+ },
94
+ linen: {
95
+ name: "Lino",
96
+ description: "Fibra vegetale molto resistente, fresca e con la caratteristica sgualcitura.",
97
+ family: "natural",
98
+ origin: "Stelo della pianta di lino",
99
+ breathability: 10,
100
+ durability: 9,
101
+ warmth: 2,
102
+ washing: "Ciclo delicato, non riempire troppo il cestello (ha bisogno di acqua per non spezzarsi).",
103
+ drying: "All\'aria aperta. MAI asciugatrice (rompe le fibre).",
104
+ ironing: "Ferro alla massima temperatura, sempre con il capo molto umido.",
105
+ donts: ["Centrifuga forte", "Piegarlo sempre nello stesso punto (si spezza)"],
106
+ sos: "Lucido da stiratura? Passa un panno inumidito con aceto bianco.",
107
+ icon: "mdi:leaf",
108
+ color: "#A7F3D0",
109
+ maxTemp: "60°C",
110
+ isNoble: true,
111
+ },
112
+ wool: {
113
+ name: "Lana / Merino",
114
+ description: "Fibra animale proteica, eccellente isolante termico ed elastica.",
115
+ family: "natural",
116
+ origin: "Vello di pecora",
117
+ breathability: 8,
118
+ durability: 6,
119
+ warmth: 10,
120
+ washing: "A mano o ciclo lana. Sapone neutro. MAI acqua calda (infeltrisce).",
121
+ drying: "In piano su un asciugamano. Mai appendere (si deforma).",
122
+ ironing: "Vapore verticale o ferro a media temperatura con un panno sopra.",
123
+ donts: ["Acqua calda", "Strofinare o strizzare", "Candeggina (la dissolve)"],
124
+ sos: "Infeltrita? Quasi impossibile da recuperare, ma un ammollo con ammorbidente può distendere un po\'.",
125
+ icon: "mdi:sheep",
126
+ color: "#FCD34D",
127
+ maxTemp: "30°C",
128
+ isNoble: true,
129
+ },
130
+ silk: {
131
+ name: "Seta",
132
+ description: "Fibra animale a filamento continuo. Lucentezza naturale e mano secca.",
133
+ family: "natural",
134
+ origin: "Bozzolo del baco da seta",
135
+ breathability: 7,
136
+ durability: 5,
137
+ warmth: 6,
138
+ washing: "A mano in acqua fredda con shampoo neutro. Non strizzare.",
139
+ drying: "Arrotolare in un asciugamano per togliere l\'umidità. Asciugare all\'ombra.",
140
+ ironing: "Ferro a bassa temperatura, al rovescio e senza vapore diretto.",
141
+ donts: ["Sole diretto (la brucia)", "Profumo/Deodorante (macchia)", "Acqua (lascia aloni)"],
142
+ sos: "Macchia d\'acqua? Strofina delicatamente la seta contro se stessa.",
143
+ icon: "mdi:ticket-percent",
144
+ color: "#F472B6",
145
+ maxTemp: "20°C",
146
+ isNoble: true,
147
+ },
148
+ cashmere: {
149
+ name: "Cashmere",
150
+ description: "Fibra di lusso della capra del Kashmir. Estremamente morbida e calda.",
151
+ family: "natural",
152
+ origin: "Sottovello della capra Hircus",
153
+ breathability: 9,
154
+ durability: 5,
155
+ warmth: 10,
156
+ washing: "STRETTAMENTE a mano con shampoo per bambini. Acqua fredda. Mai strofinare.",
157
+ drying: "In piano su un asciugamano, ridando la forma. Mai appendere.",
158
+ ironing: "Vapore verticale senza toccare il capo o ferro tiepido con un panno.",
159
+ donts: ["Lavatrice (anche programma lana)", "Ammorbidente", "Sfregamenti continui (pallini)"],
160
+ sos: "Pilling (pallini)? Usa un pettine specifico o rimuovili a mano.",
161
+ icon: "mdi:crown",
162
+ color: "#F59E0B",
163
+ maxTemp: "20°C",
164
+ isNoble: true,
165
+ },
166
+ polyester: {
167
+ name: "Poliestere",
168
+ description: "Fibra sintetica dal petrolio. Resistente, non si sgualcisce, non traspira.",
169
+ family: "synthetic",
170
+ origin: "Polimeri derivati dal petrolio",
171
+ breathability: 2,
172
+ durability: 10,
173
+ warmth: 5,
174
+ washing: "Acqua tiepida/fredda. Ammette tutto, ma trattiene odori e grassi.",
175
+ drying: "Asciugatrice bassa o all\'aria. Asciuga molto velocemente.",
176
+ ironing: "Ferro a bassa/media temperatura. Attenzione, fonde.",
177
+ donts: ["Calore eccessivo", "Ammorbidente (crea uno strato ceroso che trattiene più odore)"],
178
+ sos: "Odore persistente? Ammollo in acqua e aceto prima del lavaggio.",
179
+ icon: "mdi:oil",
180
+ color: "#94A3B8",
181
+ maxTemp: "40°C",
182
+ isNoble: false,
183
+ },
184
+ viscose: {
185
+ name: "Viscosa / Rayon",
186
+ description: "Semisintetica da cellulosa rigenerata. Mano seta, molto assorbente.",
187
+ family: "artificial",
188
+ origin: "Polpa di legno trattata chimicamente",
189
+ breathability: 8,
190
+ durability: 4,
191
+ warmth: 3,
192
+ washing: "Delicato a freddo. Diventa molto debole da bagnata.",
193
+ drying: "In piano o su gruccia imbottita. No asciugatrice.",
194
+ ironing: "Media, al rovescio. Senza vapore diretto se possibile.",
195
+ donts: ["Strizzare da bagnata (si rompe)", "Ammolli lunghi"],
196
+ sos: "Ristretta e dura? Stira con molto vapore per distendere la fibra.",
197
+ icon: "mdi:forest",
198
+ color: "#C084FC",
199
+ maxTemp: "30°C",
200
+ isNoble: false,
201
+ },
202
+ nylon: {
203
+ name: "Nylon (Poliammide)",
204
+ description: "Sintetica molto resistente alla trazione e all\'abrasione.",
205
+ family: "synthetic",
206
+ origin: "Derivato dal petrolio (poliammide)",
207
+ breathability: 3,
208
+ durability: 10,
209
+ warmth: 4,
210
+ washing: "Ciclo normale. Attenzione a mischiare i colori (nylon assorbe i coloranti).",
211
+ drying: "All\'aria aperta. Asciugatrice bassa.",
212
+ ironing: "Molto bassa. Fonde rapidissimamente.",
213
+ donts: ["Candeggina (ingiallisce)", "Asciugare al sole diretto"],
214
+ sos: "Grigiastro? Lava con sbiancante all\'ossigeno attivo.",
215
+ icon: "mdi:parachute",
216
+ color: "#2DD4BF",
217
+ maxTemp: "40°C",
218
+ isNoble: false,
219
+ },
220
+ acrylic: {
221
+ name: "Acrilico",
222
+ description: "Sintetico imitazione lana. Morbido, caldo, fa i pallini.",
223
+ family: "synthetic",
224
+ origin: "Polipoliacrilonitrile",
225
+ breathability: 4,
226
+ durability: 6,
227
+ warmth: 8,
228
+ washing: "Acqua tiepida. Molto ammorbidente per la statica.",
229
+ drying: "All\'aria. Il calore deforma il capo permanentemente.",
230
+ ironing: "Non stirare",
231
+ donts: ["Ammorbidente (spezza le fibre col tempo)", "Strizzare forte", "Calore"],
232
+ sos: "Perso elasticità? È irreversibile (le fibre si sono spezzate).",
233
+ icon: "mdi:resize",
234
+ color: "#450A0A",
235
+ maxTemp: "30°C",
236
+ isNoble: false,
237
+ },
238
+ },
239
+ },
240
+ seo: [
241
+ { type: 'title', text: 'Maestria nella Cura Tessile: Guida Scientifica per Prolungare la Vita dei Tuoi Capi', level: 2 },
242
+ { type: 'paragraph', html: 'Quanti capi hai rovinato senza saperlo? Un restringimento accidentale della lana, uno sbiadimento del colore nel cotone, una macchia che non va mai via dalla seta. La maggior parte delle persone lava i vestiti senza capire che ogni fibra ha necessità specifiche.' },
243
+ { type: 'paragraph', html: 'La nostra <strong>Guida al Lavaggio Tessile</strong> ti fornisce istruzioni scientifiche basate sulla composizione reale del tuo capo. Non è generica; è specifica. Non è un consiglio; è scienza.' },
244
+ { type: 'title', text: 'Perché il Metodo Tradizionale Fallisce', level: 2 },
245
+ { type: 'paragraph', html: 'Tua nonna probabilmente lavava tutto in acqua calda con un sapone forte. Funzionava per le lenzuola di cotone spesso degli anni \'50, ma il mondo tessile è cambiato. Le fibre moderne—dal <strong>Lyocell</strong> all\'<strong>Elastam</strong>—richiedono protocolli completamente diversi.' },
246
+ { type: 'list', items: ['<strong>Il Cotone</strong> tollera l\'acqua calda ma necessita di cicli delicati per evitare restringimenti.', '<strong>La Seta</strong> è fragile a temperature superiori ai 30°C e richiede acqua distillata.', '<strong>La Lana</strong> può diventare dura come una pietra se lavata con una macchina standard.', '<strong>I Sintetici</strong> non necessitano di molte cure, ma generano elettricità statica e fanno i pallini facilmente.'] },
247
+ { type: 'title', text: 'Protocolli per Tipo di Fibra', level: 2 },
248
+ { type: 'title', text: 'Cotone: Il Resistente', level: 3 },
249
+ { type: 'paragraph', html: 'Il cotone è tollerante. Può sopportare acqua a 40-60°C senza problemi. Il vero nemico è il cloro (che indebolisce la fibra) e l\'asciugatura in asciugatrice ad alta temperatura (che causa restringimenti permanenti). La regola: lava sempre al rovescio per preservare il colore.' },
250
+ { type: 'title', text: 'Seta: La Diva', level: 3 },
251
+ { type: 'paragraph', html: 'La seta richiede acqua fredda (max 30°C), detersivo delicato e risciacquo con acqua distillata se possibile. Il problema: i minerali dell\'acqua del rubinetto lasciano depositi che rendono la seta opaca e ruvida. La soluzione è semplice: usa acqua distillata nell\'ultimo risciacquo.' },
252
+ { type: 'title', text: 'Lana: Il Delicato', level: 3 },
253
+ { type: 'paragraph', html: 'La lana è proteina, come i tuoi capelli. Lava a massimo 30°C con un detersivo specializzato per la lana. Mai, mai usare un ciclo standard: l\'agitazione la restringerà irreversibilmente. La regola d\'oro: asciuga sempre in piano, mai appesa (si allunga).' },
254
+ { type: 'title', text: 'Sintetici: I Facili', level: 3 },
255
+ { type: 'paragraph', html: 'Poliestere, acrilico e nylon sono resistenti. Possono sopportare acqua a 40°C senza problemi. L\'unico nemico è la statica, che carica elettricamente i capi. Il trucco: aggiungi un ammorbidente o usa un foglio per asciugatrice nell\'asciugatrice.' },
256
+ { type: 'title', text: 'Le Scomode Verità sull\'Asciugatura', level: 2 },
257
+ { type: 'paragraph', html: 'Il 90% del danno ai capi avviene durante l\'asciugatura, non il lavaggio. Ecco perché:' },
258
+ { type: 'card', title: 'I Pelucchi nel Filtro', icon: 'mdi:alert', html: 'Quei pelucchi che vedi sono <strong>fibre staccate</strong> dai tuoi vestiti. Ogni ciclo di asciugatrice ne distrugge un po\' di più. I sintetici sono peggio: fanno i pallini in poche settimane.' },
259
+ { type: 'card', title: 'Il Restringimento Silenzioso', icon: 'mdi:warning', html: 'Il calore dell\'asciugatrice restringe la maggior parte delle fibre naturali permanentemente. Un capo che si restringe del 5% in un\'asciugatura non tornerà mai alla sua dimensione originale.' },
260
+ { type: 'tip', title: 'Migliore Pratica di Asciugatura', html: 'Asciuga all\'aria ogni volta che è possibile. Se devi usare l\'asciugatrice, usa una temperatura bassa e togli i vestiti mentre sono ancora leggermente umidi.' },
261
+ { type: 'title', text: 'Macchie: La Guida di Sopravvivenza', level: 2 },
262
+ { type: 'paragraph', html: 'Ogni fibra reagisce diversamente ai prodotti chimici. Una macchia di vino sul cotone si tratta con acqua fredda; sulla seta, servono acqua distillata e un panno di seta puro. Ecco i protocolli base:' },
263
+ { type: 'list', items: ['<strong>Grassi:</strong> Usa sapone a secco prima del lavaggio. Mai acqua calda (fissa la macchia).', '<strong>Inchiostro/Penna:</strong> Alcol isopropilico per i sintetici; acqua fredda per i naturali.', '<strong>Sangue:</strong> Acqua fredda SEMPRE. Il calore fissa la macchia permanentemente.', '<strong>Vino/Bevande:</strong> Acqua fredda immediatamente, seguita da sale per assorbire.'] },
264
+ { type: 'paragraph', html: '"Comprare meno, scegliere meglio e farlo durare." Un capo ben curato può durare decenni. Un capo maltrattato, mesi.' },
265
+ ],
266
+ faqTitle: 'Domande Frequenti',
267
+ faq: faqData,
268
+ bibliographyTitle: 'Riferimenti',
269
+ bibliography: [
270
+ { name: 'ISO 3758 - Simboli di Cura Tessile', url: 'https://www.iso.org/standard/60465.html' },
271
+ { name: 'Guida all\'Etichettatura Tessile', url: 'https://www.ftc.gov/' },
272
+ ],
273
+ howTo: howToData,
274
+ schemas: [faqSchema, howToSchema, appSchema],
275
+ };
@@ -0,0 +1,275 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'laundry-guide';
5
+ const title = '繊維別お手入れガイド:素材に合わせた正しい洗濯方法';
6
+ const description = '綿、羊毛(ウール)、絹(シルク)、麻(リネン)、合成繊維の洗濯とケアに関する科学的なガイド。正確な手順で縮み、色あせ、ダメージを防ぎます。';
7
+
8
+ const faqData = [
9
+ {
10
+ question: '色あせを防ぐにはどうすればよいですか?',
11
+ answer: '冷水(最大30°C)で洗い、衣類を裏返し、おしゃれ着洗い用の中性洗剤を使用し、乾燥時は直射日光を避けて陰干ししてください。',
12
+ },
13
+ {
14
+ question: 'ウールは洗濯機で洗えますか?',
15
+ answer: 'はい、可能ですが「ウールコース」または「手洗いコース」(冷水、弱い撹拌)に限ります。ウール専用の洗剤を使用し、標準コースは絶対に使用しないでください。',
16
+ },
17
+ {
18
+ question: 'シルクになぜ水染みができてしまうのですか?',
19
+ answer: 'シルクは水に含まれるミネラルに反応します。最後のすすぎに蒸留水を使用するか、シミの部分をきれいなシルクの布で優しくこすってください。',
20
+ },
21
+ ];
22
+
23
+ const howToData = [
24
+ { name: '洗濯表示を確認', text: '洗濯前に必ず衣類のラベルに記載されている「お手入れ方法」を確認してください。' },
25
+ { name: '繊維の種類で分ける', text: '可能な限り、天然繊維と合成繊維は分けて洗ってください。' },
26
+ { name: '水温を選ぶ', text: 'デリケートな生地には冷水を、丈夫な素材にのみ温水を使用してください。' },
27
+ ];
28
+
29
+ const faqSchema: WithContext<FAQPage> = {
30
+ '@context': 'https://schema.org',
31
+ '@type': 'FAQPage',
32
+ mainEntity: faqData.map((item) => ({
33
+ '@type': 'Question',
34
+ name: item.question,
35
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
36
+ })),
37
+ };
38
+
39
+ const howToSchema: WithContext<HowTo> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'HowTo',
42
+ name: title,
43
+ description: description,
44
+ step: howToData.map((step) => ({
45
+ '@type': 'HowToStep',
46
+ name: step.name,
47
+ text: step.text,
48
+ })),
49
+ };
50
+
51
+ const appSchema: WithContext<SoftwareApplication> = {
52
+ '@context': 'https://schema.org',
53
+ '@type': 'SoftwareApplication',
54
+ name: title,
55
+ description: description,
56
+ applicationCategory: 'UtilityApplication',
57
+ operatingSystem: 'All',
58
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
59
+ inLanguage: 'ja',
60
+ };
61
+
62
+ export const content: ToolLocaleContent = {
63
+ slug,
64
+ title,
65
+ description,
66
+ ui: {
67
+ selectMaterialTitle: '素材を選択',
68
+ selectMaterialPrompt: 'お手入れ方法を確認したい生地を選択してください',
69
+ careInstructions: 'プレミアム・メンテナンス手順',
70
+ maxTemp: '最高温度',
71
+ ironing: 'アイロンがけ',
72
+ drying: '乾燥方法',
73
+ avoidLabel: '避けるべきこと',
74
+ sosLabel: 'メンテナンスのアドバイス',
75
+ textileData: {
76
+ cotton: {
77
+ name: "綿(コットン)",
78
+ description: "天然の植物繊維で、柔らかく通気性に優れています。定番素材の王様です。",
79
+ family: "natural",
80
+ origin: "綿花の種を包む繊維",
81
+ breathability: 9,
82
+ durability: 7,
83
+ warmth: 4,
84
+ washing: "冷水またはぬるま湯(熱で縮みます)。強い脱水が可能です。",
85
+ drying: "乾燥機なら中温、または外干し。",
86
+ ironing: "湿っているうちにスチームを当てながら高温でアイロンをかけます。",
87
+ donts: ["濡れたまま長時間放置(カビの原因)", "過度の漂白剤(繊維を傷めます)"],
88
+ sos: "縮んでしまったら? ぬるま湯にヘアコンディショナーを溶かしてつけ置きし、優しく伸ばしてください。",
89
+ icon: "mdi:tshirt-crew",
90
+ color: "#60A5FA",
91
+ maxTemp: "40-60°C",
92
+ isNoble: false,
93
+ },
94
+ linen: {
95
+ name: "麻(リネン)",
96
+ description: "非常に強靭な植物繊維で、涼しく、独特のシワ感が特徴です。",
97
+ family: "natural",
98
+ origin: "亜麻(フラックス)の茎",
99
+ breathability: 10,
100
+ durability: 9,
101
+ warmth: 2,
102
+ washing: "デリケートコース。繊維が折れないよう、たっぷりの水で洗うのがコツです。",
103
+ drying: "外干し。乾燥機は絶対に避けてください(繊維が傷みます)。",
104
+ ironing: "最高温度で。必ず生地がしっかり湿っている状態でかけます。",
105
+ donts: ["強い脱水", "いつも同じ場所で畳む(折れて切れる原因)"],
106
+ sos: "アイロンでテカってしまったら? ホワイトビネガーを含ませた布で拭いてください。",
107
+ icon: "mdi:leaf",
108
+ color: "#A7F3D0",
109
+ maxTemp: "60°C",
110
+ isNoble: true,
111
+ },
112
+ wool: {
113
+ name: "羊毛(ウール)/ メリノ",
114
+ description: "動物性たんぱく質繊維。断熱性に優れ、弾力性があります。",
115
+ family: "natural",
116
+ origin: "羊の毛(フリース)",
117
+ breathability: 8,
118
+ durability: 6,
119
+ warmth: 10,
120
+ washing: "手洗いまたはウールコース。おしゃれ着洗剤。お湯は厳禁(フェルト化します)。",
121
+ drying: "タオルの上で平干し。吊り干しは型崩れするので避けてください。",
122
+ ironing: "浮かせてスチームを当てるか、当て布をして中温でアイロンをかけます。",
123
+ donts: ["お湯", "こすり洗い・絞り", "漂白剤(繊維が溶けます)"],
124
+ sos: "フェルト化(縮み)は完全に元に戻すのは難しいですが、柔軟剤でのつけ置きで多少改善することがあります。",
125
+ icon: "mdi:sheep",
126
+ color: "#FCD34D",
127
+ maxTemp: "30°C",
128
+ isNoble: true,
129
+ },
130
+ silk: {
131
+ name: "絹(シルク)",
132
+ description: "動物性フィラメント繊維。天然の光沢とドライな質感が特徴。",
133
+ family: "natural",
134
+ origin: "家蚕の繭",
135
+ breathability: 7,
136
+ durability: 5,
137
+ warmth: 6,
138
+ washing: "冷水に中性洗剤(シャンプー等)を溶かし手洗い。絞らないでください。",
139
+ drying: "タオルに包んで水気を取り、日陰で干します。",
140
+ ironing: "低温、裏側から、直接スチームを当てずにかけます。",
141
+ donts: ["直射日光(変色)", "香水・制汗剤(シミの原因)", "水滴(輪ジミになります)"],
142
+ sos: "水染み(輪ジミ)ができたら、乾いたシルク同士を優しくこすり合わせてみてください。",
143
+ icon: "mdi:ticket-percent",
144
+ color: "#F472B6",
145
+ maxTemp: "20°C",
146
+ isNoble: true,
147
+ },
148
+ cashmere: {
149
+ name: "カシミヤ",
150
+ description: "カシミヤヤギから取れる高級繊維。究極の柔らかさと暖かさ。",
151
+ family: "natural",
152
+ origin: "カシミヤヤギの産毛",
153
+ breathability: 9,
154
+ durability: 5,
155
+ warmth: 10,
156
+ washing: "必ず手洗いで。ベビーシャンプーを使用し、冷水で。絶対にこすらないでください。",
157
+ drying: "タオルの上で形を整えて平干し。吊り干し厳禁。",
158
+ ironing: "浮かせてスチームを当てるか、当て布をして低温でかけます。",
159
+ donts: ["洗濯機(ウールコースも不可)", "柔軟剤", "継続的な摩擦(毛玉の原因)"],
160
+ sos: "毛玉ができたら? 専用のコームを使うか、丁寧に手で取り除いてください。",
161
+ icon: "mdi:crown",
162
+ color: "#F59E0B",
163
+ maxTemp: "20°C",
164
+ isNoble: true,
165
+ },
166
+ polyester: {
167
+ name: "ポリエステル",
168
+ description: "石油由来の合成繊維。丈夫でシワになりにくいですが、通気性は低いです。",
169
+ family: "synthetic",
170
+ origin: "石油由来のポリマー",
171
+ breathability: 2,
172
+ durability: 10,
173
+ warmth: 5,
174
+ washing: "冷水またはぬるま湯。丈夫ですが、臭いや油分を吸着しやすい性質があります。",
175
+ drying: "乾燥機は低温、または外干し。非常に早く乾きます。",
176
+ ironing: "低温~中温。熱に弱く、溶ける可能性があるので注意してください。",
177
+ donts: ["過度の熱", "柔軟剤の使いすぎ(臭いを閉じ込める膜ができることがあります)"],
178
+ sos: "臭いが取れない? 洗濯前に酢を混ぜた水につけ置きしてください。",
179
+ icon: "mdi:oil",
180
+ color: "#94A3B8",
181
+ maxTemp: "40°C",
182
+ isNoble: false,
183
+ },
184
+ viscose: {
185
+ name: "レーヨン(ビスコース)",
186
+ description: "再生セルロースから作られる半合成繊維。シルクのような質感で吸湿性が高い。",
187
+ family: "artificial",
188
+ origin: "化学処理された木材パルプ",
189
+ breathability: 8,
190
+ durability: 4,
191
+ warmth: 3,
192
+ washing: "冷水でデリケート洗い。濡れると強度が著しく低下します。",
193
+ drying: "平干し、または厚みのあるハンガー。乾燥機は不可。",
194
+ ironing: "中温、裏側から。可能な限り直接スチームは避けてください。",
195
+ donts: ["濡れたまま絞る(破れる原因)", "長時間のつけ置き"],
196
+ sos: "縮んで硬くなったら? たっぷりのスチームを当ててアイロンをかけ、繊維を緩めます。",
197
+ icon: "mdi:forest",
198
+ color: "#C084FC",
199
+ maxTemp: "30°C",
200
+ isNoble: false,
201
+ },
202
+ nylon: {
203
+ name: "ナイロン(ポリアミド)",
204
+ description: "摩耗や引き裂きに非常に強い合成繊維。",
205
+ family: "synthetic",
206
+ origin: "石油由来(ポリアミド)",
207
+ breathability: 3,
208
+ durability: 10,
209
+ warmth: 4,
210
+ washing: "標準コース。他素材からの色移りをしやすいので、色分けに注意してください。",
211
+ drying: "外干し、または乾燥機(低温)。",
212
+ ironing: "極低温。非常に熱に弱く、すぐに溶けてしまいます。",
213
+ donts: ["塩素系漂白剤(黄ばみの原因)", "直射日光下での乾燥"],
214
+ sos: "黒ずんできたら? 粉末の酸素系漂白剤を使って洗ってください。",
215
+ icon: "mdi:parachute",
216
+ color: "#2DD4BF",
217
+ maxTemp: "40°C",
218
+ isNoble: false,
219
+ },
220
+ acrylic: {
221
+ name: "アクリル",
222
+ description: "ウールを模した合成繊維。柔らかく暖かいですが、毛玉ができやすい。",
223
+ family: "synthetic",
224
+ origin: "ポリアクリロニトリル",
225
+ breathability: 4,
226
+ durability: 6,
227
+ warmth: 8,
228
+ washing: "ぬるま湯。静電気防止のため柔軟剤を多めに使用します。",
229
+ drying: "陰干し。熱は型崩れの原因(元に戻らなくなります)になります。",
230
+ ironing: "アイロン不可",
231
+ donts: ["柔軟剤の使いすぎ(繊維を傷めることがあります)", "強く絞る", "熱"],
232
+ sos: "伸びきってしまったら、元に戻すことは不可能です(繊維が壊れています)。",
233
+ icon: "mdi:resize",
234
+ color: "#450A0A",
235
+ maxTemp: "30°C",
236
+ isNoble: false,
237
+ },
238
+ },
239
+ },
240
+ seo: [
241
+ { type: 'title', text: 'テキスタイル・ケアの極意:衣類を長持ちさせるための科学的ガイド', level: 2 },
242
+ { type: 'paragraph', html: '知らず知らずのうちに台無しにしてしまった服はどれくらいありますか? ウールの縮み、コットンの色あせ、シルクの消えないシミ。多くの人は、それぞれの繊維に特有のニーズがあることを理解せずに洗濯をしています。' },
243
+ { type: 'paragraph', html: '当サイトの<strong>「繊維別お手入れガイド」</strong>は、衣類の実際の組成に基づいた科学的な指示を提供します。これは単なる一般的なアドバイスではなく、特定の繊維に向けた科学に基づいた方法です。' },
244
+ { type: 'title', text: '伝統的な方法が失敗する理由', level: 2 },
245
+ { type: 'paragraph', html: '昔は強い石鹸とお湯ですべてを洗っていました。それは1950年代の厚い綿のシーツには効果的でしたが、現代の繊維の世界は変わりました。<strong>リヨセル</strong>から<strong>ポリウレタン</strong>まで、現代の繊維には全く異なるプロトコル(手順)が必要です。' },
246
+ { type: 'list', items: ['<strong>綿(コットン)</strong>は温水に耐性がありますが、縮みを防ぐには穏やかなサイクルが必要です。', '<strong>絹(シルク)</strong>は30°C以上の温度で非常に脆くなり、蒸留水の使用が推奨されます。', '<strong>羊毛(ウール)</strong>を標準的な洗濯機で洗うと、石のように硬くなってしまうことがあります。', '<strong>合成繊維</strong>はメンテナンスが楽ですが、静電気が発生しやすく毛玉ができやすい性質があります。'] },
247
+ { type: 'title', text: '繊維別お手入れプロトコル', level: 2 },
248
+ { type: 'title', text: '綿(コットン):タフな素材', level: 3 },
249
+ { type: 'paragraph', html: 'コットンは扱いやすい素材です。40-60°Cの水温にも問題なく耐えられます。本当の敵は、繊維を弱める塩素(漂白剤)と、永久的な縮みを引き起こす高温の乾燥機です。ルール:色を守るために、必ず裏返して洗ってください。' },
250
+ { type: 'title', text: '絹(シルク):デリケートな歌姫', level: 3 },
251
+ { type: 'paragraph', html: 'シルクは冷水(最大30°C)、おしゃれ着用洗剤、そして可能であればすすぎに蒸留水が必要です。水道水に含まれるミネラルが沈着すると、シルクの光沢が失われ、質感が硬くなってしまいます。解決策はシンプルです。最後のすすぎに蒸留水を使用してください。' },
252
+ { type: 'title', text: '羊毛(ウール):デリケートな素材', level: 3 },
253
+ { type: 'paragraph', html: 'ウールは髪の毛と同じたんぱく質でできています。ウール専用の洗剤を使用し、最大30°Cで洗ってください。標準コースは絶対に使わないでください。撹拌(かくはん)の動きによって修復不可能な縮みが起こります。黄金律:必ず平干ししてください。吊り干しは伸びてしまいます。' },
254
+ { type: 'title', text: '合成繊維:お手入れが簡単な素材', level: 3 },
255
+ { type: 'paragraph', html: 'ポリエステル、アクリル、ナイロンは丈夫です。40°Cの温水でも洗えます。唯一の敵は静電気です。静電気は衣類に埃を引き寄せます。コツ:柔軟剤を使用するか、乾燥機に柔軟剤シートを入れてください。' },
256
+ { type: 'title', text: '乾燥にまつわる不都合な真実', level: 2 },
257
+ { type: 'paragraph', html: '衣類の損傷の90%は、洗濯ではなく乾燥中に起こります。その理由は以下の通りです:' },
258
+ { type: 'card', title: 'フィルターにたまる繊維', icon: 'mdi:alert', html: '乾燥機のフィルターにたまるホコリは、あなたの服から<strong>剥がれ落ちた繊維</strong>です。乾燥機を回すたびに、服は少しずつ削られています。合成繊維は特に毛玉ができやすくなります。' },
259
+ { type: 'card', title: '沈黙の縮み', icon: 'mdi:warning', html: '乾燥機の熱は、ほとんどの天然繊維を永久的に縮ませます。一度5%縮んでしまった服は、二度と元のサイズに戻ることはありません。' },
260
+ { type: 'tip', title: '最高の乾燥方法', html: '可能な限り自然乾燥をしてください。乾燥機を使用する必要がある場合は、低温設定を使用し、軽く湿り気が残っている状態で取り出すようにしてください。' },
261
+ { type: 'title', text: 'シミ抜き:サバイバルガイド', level: 2 },
262
+ { type: 'paragraph', html: '繊維の種類によって、化学薬品への反応は異なります。コットンのワイン汚れは冷水で処理しますが、シルクの場合は蒸留水ときれいな布が必要です。基本的な手順は以下の通りです:' },
263
+ { type: 'list', items: ['<strong>油汚れ:</strong> 洗濯前に中性洗剤(原液)をつけておきます。お湯は汚れを固めてしまうので厳禁です。', '<strong>インク・ボールペン:</strong> 合成繊維には無水エタノール、天然繊維には冷水。', '<strong>血液:</strong> 必ず冷水で。熱はタンパク質を固め、一生取れないシミにします。', '<strong>ワイン・飲料:</strong> すぐに冷水で洗い、塩で水分を吸い取らせます。'] },
264
+ { type: 'paragraph', html: '「少なく買い、良いものを選び、長持ちさせる」。大切にお手入れされた服は何十年も着られます。不適切に扱われた服は、数ヶ月で寿命を迎えます。' },
265
+ ],
266
+ faqTitle: 'よくある質問',
267
+ faq: faqData,
268
+ bibliographyTitle: '参考文献',
269
+ bibliography: [
270
+ { name: 'ISO 3758 - テキスタイルケアシンボル', url: 'https://www.iso.org/standard/60465.html' },
271
+ { name: '衣類・繊維製品の表示ガイド', url: 'https://www.ftc.gov/' },
272
+ ],
273
+ howTo: howToData,
274
+ schemas: [faqSchema, howToSchema, appSchema],
275
+ };