{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is a market?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A market is a place, physical or virtual, where buyers and sellers come together to exchange goods and services."
}
},
{
"@type": "Question",
"name": "What types of markets are there?",
"acceptedAnswer": {
"@type": "Answer",
"text": "There are various types of markets including retail markets, wholesale markets, farmers markets, online marketplaces, and stock markets."
}
},
{
"@type": "Question",
"name": "How do online markets work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Online markets connect buyers and sellers through digital platforms, allowing for browsing, purchasing, and payment without physical presence."
}
}
]
}