{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of coffee drinks are available at a coffee shop?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Coffee shops typically offer espresso, latte, cappuccino, brewed coffee, and specialty coffee drinks."
}
},
{
"@type": "Question",
"name": "Do coffee shops offer food options?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, most coffee shops serve pastries, snacks, and light meals to complement their beverages."
}
},
{
"@type": "Question",
"name": "Can I work or study at a coffee shop?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Many coffee shops provide a cozy atmosphere with seating and Wi-Fi, making them popular spots for working or studying."
}
}
]
}