{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What are the main levels of education?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The main levels of education include early childhood, primary, secondary, higher education, vocational training, and adult education."
}
},
{
"@type": "Question",
"name": "Why is education categorized into different types?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Education is categorized to organize learning stages, tailor teaching methods, and address the diverse needs of learners at different ages and skill levels."
}
},
{
"@type": "Question",
"name": "What is the difference between vocational and academic education?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Vocational education focuses on practical skills for specific careers, while academic education emphasizes theoretical knowledge and broad-based learning."
}
}
]
}