{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of phones are available at a cell phone store?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Cell phone stores offer a wide range of devices including Android smartphones, iPhones, budget models, feature phones, and premium flagship devices from top brands."
}
},
{
"@type": "Question",
"name": "Do cell phone stores offer repair services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, many cell phone stores provide repair services for screen damage, battery replacement, charging issues, and other common phone problems."
}
},
{
"@type": "Question",
"name": "Can I trade in my old phone for a new one?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most cell phone stores offer trade-in programs where you can exchange your old device for credit toward a new purchase, subject to the phone's condition and market value."
}
}
]
}