{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of milk are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common types of milk include full cream, toned, skimmed, flavored, organic, and plant-based alternatives like almond and soy milk."
}
},
{
"@type": "Question",
"name": "How should milk be stored to keep it fresh?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Milk should be stored in the refrigerator at or below 4°C (39°F) and consumed before the expiration date for best freshness."
}
},
{
"@type": "Question",
"name": "Is organic milk healthier than regular milk?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Organic milk is produced without synthetic pesticides or hormones and may contain higher levels of certain nutrients, but both organic and regular milk provide essential nutrition."
}
}
]
}