{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Are the watches sold authentic and covered by warranty?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, all our watches are 100% authentic and come with a manufacturer or store warranty, depending on the brand and model."
}
},
{
"@type": "Question",
"name": "Do you offer watch resizing or adjustment services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer free strap or bracelet adjustment for most watches at the time of purchase. You can also visit our store for resizing services."
}
},
{
"@type": "Question",
"name": "Can I return or exchange a watch after purchase?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer a return or exchange policy within a specified period, provided the watch is unused, in original condition, and with all packaging intact. Please check our return policy for full details."
}
}
]