{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is an on-demand service?",
"acceptedAnswer": {
"@type": "Answer",
"text": "An on-demand service allows users to quickly access goods or services—such as food delivery, home repairs, or transportation—through apps or online platforms, often with same-day or real-time availability."
}
},
{
"@type": "Question",
"name": "How do on-demand services work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Users request a service through a website or mobile app, and a provider is dispatched to deliver the service at the requested time and location, offering fast and flexible convenience."
}
},
{
"@type": "Question",
"name": "What types of services are available on-demand?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Common on-demand services include food and grocery delivery, ride-hailing, home cleaning, beauty services, healthcare visits, and handyman repairs."
}
}
]
}