-
AuthorPosts
-
October 4, 2019 at 5:22 pm #1145028
We are using the Avia Layout Builder on pages and wanted to also use FAQ Schema. How do I do this as I only see it in the block editor?
October 4, 2019 at 10:01 pm #1145137Hey justmind,
You might want to use a plugin to have it added, like this one
https://wordpress.org/plugins/faq-schema-markup-faq-structured-data/ or some other.Best regards,
VictoriaOctober 5, 2019 at 11:16 pm #1145402I got https://wordpress.org/plugins/ultimate-faqs/The only issue is I don’t see a way to use it unless I am using the basic block editor. It seems like when I am using the Avia Layout Builder, plugins like this aren’t available to use. Am I missing something?
October 7, 2019 at 5:22 am #1145612Hi, typically third party plugins will not be found within the Advanced Layout Builder element blocks, in this case please use the plugin’s shortcode, such as
[ultimate-faqs]
Best regards,
MikeApril 25, 2020 at 5:16 pm #1207078Are you planning to implement the appropriate schema FAQ structure in Avia Layout Builder. This is becoming the standard in SEO.
April 26, 2020 at 11:24 am #1207209Hi,
Unfortunately, right now we don’t have a FAQ element, so you will need to use a FAQ plugin that includes the schema FAQ structure, or you can add the schema yourself via a code block element, here is an article about the structure. When we do add a FAQ element I’m certain that we will also add the schema.Best regards,
MikeMay 23, 2020 at 11:15 am #1215413Dear Support,
Schema implementation is a great topic for search engines. To give your users a maximum for SEO and user benefit, please add schema options in accordion. It’s the same as you offer for blog. In this case, most are fine (but not perfect, if you check you enfold theme blog demo pages inside structured data test tool.)
This is not, what a plugin can do. The section is the goal, not the whole page. And not a plugin with terrible ratings, which Victoria recommend.
https://developers.google.com/search/docs/data-types/faqpage?With questions and answers.
`<html>
<head>
<title>Example Site – Frequently Asked Questions(FAQ)</title>
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [{
“@type”: “Question”,
“name”: “What is the return policy?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Most unopened items in new condition and returned within <strong>90 days</strong> will receive a refund or exchange. Some items have a modified return policy noted on the receipt or packing slip. Items that are opened or damaged or do not have a receipt may be denied a refund or exchange. Items purchased online or in-store may be returned to any store.<br /><p>Online purchases may be returned via a major parcel carrier. <a href=http://example.com/returns> Click here </a> to initiate a return.</p>”
}
}, {
“@type”: “Question”,
“name”: “How long does it take to process a refund?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “We will reimburse you for returned items in the same way you paid for them. For example, any amounts deducted from a gift card will be credited back to a gift card. For returns by mail, once we receive your return, we will process it within 4–5 business days. It may take up to 7 days after we process the return to reflect in your account, depending on your financial institution’s processing time.”
}
}, {
“@type”: “Question”,
“name”: “What is the policy for late/non-delivery of items ordered online?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Our local teams work diligently to make sure that your order arrives on time, within our normaldelivery hours of 9AM to 8PM in the recipient’s time zone. During busy holiday periods like Christmas, Valentine’s and Mother’s Day, we may extend our delivery hours before 9AM and after 8PM to ensure that all gifts are delivered on time. If for any reason your gift does not arrive on time, our dedicated Customer Service agents will do everything they can to help successfully resolve your issue. <br/> <p><a href=https://example.com/orders/>Click here</a> to complete the form with your order-related question(s).</p>”
}
}, {
“@type”: “Question”,
“name”: “When will my credit card be charged?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “We’ll attempt to securely charge your credit card at the point of purchase online. If there’s a problem, you’ll be notified on the spot and prompted to use another card. Once we receive verification of sufficient funds, your payment will be completed and transferred securely to us. Your account will be charged in 24 to 48 hours.”
}
}, {
“@type”: “Question”,
“name”: “Will I be charged sales tax for online orders?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”:”Local and State sales tax will be collected if your recipient’s mailing address is in: <ul><li>Arizona</li><li>California</li><li>Colorado</li></ul>”}
}]
}
</script>
</head>
<body>
</body>
</html>`May 23, 2020 at 10:32 pm #1215594 -
AuthorPosts
- The topic ‘FAQ Schema on Pages’ is closed to new replies.