Answer
Mar 28, 2019 - 07:06 AM
I had the same issue a while back and after days of research, I found that you must add the following codes to the beginning and end of the particular page source code so that Google structured data testing tool sees your page as having individual questions and answers and not view them collectively.
1. Add the following code to the beginning of the page source code that shows the warnings:
2. Add this code to the end of your page source code:
By doing so, you are wrapping the entire source code into a "Frequency asked questions" format which should remove all errors and warnings for that page.
1. Add the following code to the beginning of the page source code that shows the warnings:
<div itemscope itemtype="http://schema.org/FAQPage">
2. Add this code to the end of your page source code:
<!-- Rest of Q&A markup -->
</div>
By doing so, you are wrapping the entire source code into a "Frequency asked questions" format which should remove all errors and warnings for that page.
Add New Comment