{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of courier and delivery services do you offer?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer a wide range of courier and delivery services including same-day delivery, next-day shipping, local and domestic courier, international delivery, express services, and bulk shipment handling."
}
},
{
"@type": "Question",
"name": "Can I track my parcel after it's been shipped?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, all parcels come with real-time tracking. You will receive a tracking number to monitor the status and location of your shipment online."
}
},
{
"@type": "Question",
"name": "Do you provide international delivery services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide international courier services to many countries with customs support and estimated delivery timelines based on the destination."
}
}
]
}