-
I’d like to easily be able to use a list block in a FAQ schema answer, i.e. this code to be acceptable in the wordpress block editor:
<div class="wp-block-rank-math-faq-block"><div class="rank-math-faq-item"><h3 class="rank-math-question">How to use a list in an FAQ answer?</h3><div class="rank-math-answer">- One method...
- another method.
</div></div></div>
but if I create an FAQ block, manually edit it to the above and then press edit visually, Rank Math automatically removes the list and adds in <br> instead so you get:
<div class="wp-block-rank-math-faq-block"><div class="rank-math-faq-item"><h3 class="rank-math-question">How to use a list in an FAQ answer?</h3><div class="rank-math-answer">One method...<br>another method.</div></div></div>If I use a HTML block and enter my first code everything works, its just not using the nice block editor function.
The ticket ‘Allow a list in FAQ block answer’ is closed to new replies.