{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How often should I service my car?",
"acceptedAnswer": {
"@type": "Answer",
"text": "It is recommended to service your car every 10,000 kilometers or every 6 months, whichever comes first, to maintain optimal performance and safety."
}
},
{
"@type": "Question",
"name": "What is included in a full car service?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A full car service typically includes engine oil change, filter replacement, brake check, battery check, fluid top-up, tire inspection, and a general safety check of the vehicle."
}
},
{
"@type": "Question",
"name": "Do you offer doorstep car service?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, many car service providers offer convenient doorstep service for routine maintenance and minor repairs. Please check availability in your area."
}
}
]
}