{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What should I consider when buying a new or used car?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Consider factors such as your budget, vehicle condition, mileage, brand reliability, insurance costs, maintenance history, and whether the car meets your daily needs."
}
},
{
"@type": "Question",
"name": "What is the difference between a certified pre-owned and a regular used car?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A certified pre-owned (CPO) car has been inspected, refurbished, and certified by the manufacturer or dealer, usually including a warranty, while a regular used car is sold as-is without certification."
}
},
{
"@type": "Question",
"name": "How often should I service my vehicle?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most vehicles should be serviced every 5,000 to 10,000 kilometers or every 6 months, depending on manufacturer recommendations and driving conditions."
}
}
]
}