{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "When should I call an ambulance service?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You should call an ambulance service in case of medical emergencies such as accidents, severe injuries, heart attacks, strokes, or any situation requiring immediate medical attention."
}
},
{
"@type": "Question",
"name": "What types of ambulance services are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common types include Basic Life Support (BLS) ambulances, Advanced Life Support (ALS) ambulances, ICU ambulances, and neonatal ambulances, each equipped for different levels of care."
}
},
{
"@type": "Question",
"name": "How quickly can an ambulance arrive after a call?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Ambulance arrival times vary based on location and availability but emergency services aim to respond within minutes to ensure prompt medical care."
}
}
]
}