The FAQ app has some issues with the schema. The app adds schema for questions but there are some errors/missing fields.
You can see that there are errors for itemtype and text is missing. Fixing these would help with seo!
I also noticed that if the answer has a list formatting, google does not register that there is an accepted answer.
This is what the source code looks like
<div itemtype="https://schema.org/Question" itemscope>
<h3 itemprop="name"><span class="font_8">Are there health requirements to adopt from Ukraine?</span> </h3>
<hr>
<p itemprop="acceptedAnswer"></p>
<ul class="font_8">
<li> <span class="font_8">Adoptive parents be in good physical and mental health</span> </li>
<li>
<hatul class="font_8">
Adoptive families must have no history of mental disorders
</hatul>
</li>
</ul>
<p></p>
<hr>
<br>
<br>
</div>
It also happened if it is a numbered list and not just bullet lists.
#FeatureRequest ? or #Bug ?