{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can I change the delivery address?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Contact support before dispatch to request a change."
      }
    },
    {
      "@type": "Question",
      "name": "Where can I find the order reference?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The reference appears in your confirmation email."
      }
    }
  ]
}
