{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of dresses are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer a wide range of dresses including casual, party, formal, ethnic, maxi, midi, and designer styles suitable for various occasions."
}
},
{
"@type": "Question",
"name": "How do I choose the right dress size?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Please refer to our size chart available on each product page. It's recommended to measure your bust, waist, and hips to find the best fit."
}
},
{
"@type": "Question",
"name": "Are returns or exchanges available for dresses?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, most dresses are eligible for return or exchange within the specified return period. Please check our return policy for more details."
}
}
]
}