How to paste Schema code for the special page in Rank Math?

Viewed 12

For example, I need to change existed code to

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "DO YOU PROVIDE MADE-TO-MEASURE SERVICES FOR ONLINE ORDERS?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "You can get the service of Bespoke Tailoring and made-to-measure garments by visiting our
Mazarine Showroom and Atelier located in Dubai. For online orders we offer ready-to-wear
garments only."
    }
  },{
    "@type": "Question",
    "name": "CAN I TRY MAZARINE ITEMS IN A SHOP?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Yes, you can visit our Mazarine Showroom and Atelier located in: Al Attar Business Avenue,
office 116, floor 1, Al Barsha 1, Dubai, United Arab Emirates."
    }
  },{
    "@type": "Question",
    "name": "DO YOU DELIVER WORLDWIDE?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Yes, we provide a worldwide shipping, except: Russia, Ukraine, Belarus."
    }
  },{
    "@type": "Question",
    "name": "HOW LONG DOES IT TAKE TO MAKE A DRESS IF PRE-ORDERED?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "If the item is not available, you can pre-order it by sending us an email and our team will do their best to have it
ready for you in a timeline of a week."
    }
  },{
    "@type": "Question",
    "name": "HOW DO I CONTACT CUSTOMER CARE?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Please contact our customer service department. They are happy to help with any query.
Email: info@mazarineofficial .com or Phone: +971 50 758 0799. We are open from 9AM to
7PM (Monday - Friday). Our customer care team will be closed on Saturdays and Sundays."
    }
  }]
}
</script>

I read the insruction, but I don't see the editing option on my site. I tried to paste the code in the import tab - both html and json variants, but both don't save, when I press 'Process html' nothing happens. How to make it right?enter image description here

0 Answers
Related