{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of AC services do you offer?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer complete AC services including installation, repair, gas filling, cleaning, and regular maintenance for both residential and commercial units."
}
},
{
"@type": "Question",
"name": "How often should I service my air conditioner?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It is recommended to service your AC at least once every 6 months to ensure efficient performance and longer life of the unit."
}
},
{
"@type": "Question",
"name": "Do you provide emergency AC repair services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer emergency AC repair services to quickly resolve sudden breakdowns or cooling issues."
}
}
]
}