{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What are the main modes of transportation?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The main modes of transportation are road, rail, air, and water, each used to transport people and goods efficiently."
}
},
{
"@type": "Question",
"name": "Why is transportation important for the economy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Transportation facilitates trade, connects markets, supports supply chains, and enables the movement of goods and people, which are critical for economic growth."
}
},
{
"@type": "Question",
"name": "What is sustainable transportation?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Sustainable transportation includes environmentally friendly options like electric vehicles, public transit, cycling, and walking to reduce carbon emissions."
}
}
]
}