{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I shop online safely?",
"acceptedAnswer": {
"@type": "Answer",
"text": "To shop online safely, always use secure websites (look for HTTPS), avoid public Wi-Fi when making payments, use strong passwords, and pay through trusted payment gateways. Also, verify seller reviews and return policies before purchasing."
}
},
{
"@type": "Question",
"name": "What payment methods are accepted for online shopping?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most online stores accept a variety of payment methods including credit/debit cards, digital wallets like PayPal and Apple Pay, net banking, UPI, and cash on delivery where available."
}
},
{
"@type": "Question",
"name": "Can I return or exchange items bought online?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, most online stores offer return or exchange policies. Make sure to check the specific store’s return window, condition requirements, and refund process to ensure a smooth return or exchange."
}
}
]
}