{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How can I book a bus for private or group travel?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You can book a bus through our website or by contacting our customer service team directly. We offer options for private hire, group tours, corporate events, and school trips."
}
},
{
"@type": "Question",
"name": "What safety measures are in place on your buses?",
"acceptedAnswer": {
"@type": "Answer",
"text": "All our buses are regularly maintained and inspected to meet safety regulations. We also ensure that our drivers are professionally trained and follow strict safety protocols."
}
},
{
"@type": "Question",
"name": "Do you provide airport or intercity shuttle services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer convenient airport shuttle and intercity bus services with scheduled departures and comfortable seating. You can view routes and book tickets online."
}
}
]
}