{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What services does an orphanage provide?",
"acceptedAnswer": {
"@type": "Answer",
"text": "An orphanage provides shelter, food, education, emotional support, and healthcare to children without parental care."
}
},
{
"@type": "Question",
"name": "How can I support or donate to an orphanage?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can support orphanages through donations, volunteering, sponsoring a child, or participating in fundraising events."
}
},
{
"@type": "Question",
"name": "Can children in orphanages be adopted?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, many orphanages work with adoption agencies to find permanent families for children when reunification with biological families is not possible."
}
}
]
}