{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is agriculture?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Agriculture is the practice of cultivating crops and raising livestock to produce food, fiber, and other products for human use."
}
},
{
"@type": "Question",
"name": "What are sustainable farming practices?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Sustainable farming involves methods that protect the environment, conserve resources, and maintain soil health to ensure long-term agricultural productivity."
}
},
{
"@type": "Question",
"name": "How does irrigation benefit farming?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Irrigation provides crops with the necessary water supply, improving growth and yield, especially in areas with insufficient rainfall."
}
}
]
}