{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of stores are available in the shopping mall?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The shopping mall offers a variety of stores including fashion and apparel, electronics, beauty and personal care, home goods, dining options, entertainment, and specialty shops."
}
},
{
"@type": "Question",
"name": "Are there dining options available in the mall?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, the mall features a range of dining options from fast food and cafes to fine dining restaurants to suit different tastes."
}
},
{
"@type": "Question",
"name": "Does the mall have entertainment facilities for families?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, the mall includes entertainment zones such as cinemas, gaming arcades, and kids’ play areas to provide fun activities for families."
}
}
]
}