Мне на определенной странице надо вставить код из ТЗ,
в инструкции я что-то такого не вижу.
На скрине - я пробую вписать код через импорт, но нажмаю на process html и ничего не меняется и не происходит,он не сохраняется. то же самое через json без обертки script.
Я не сеошник, а вордпрессер, и ранк на практике только исследую, нужно разобраться, но эта инструкция и два видео не помогли. Кто-то может попродвинутей меня и уже делали свой код вместо дефолтного.
Сам скрипт, который должен быть для этой страницы
<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>