{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What services do optical centers provide?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Optical centers offer eye exams, vision testing, prescription glasses, contact lenses, and eye health assessments."
}
},
{
"@type": "Question",
"name": "How often should I get an eye exam?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It’s recommended to have an eye exam every one to two years, or as advised by your eye care professional."
}
},
{
"@type": "Question",
"name": "Can optical centers help with vision correction?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, optical centers provide prescriptions for glasses and contact lenses to correct vision problems."
}
}
]
}