Hello @soupia18,
Thank you for contacting support.
By default, the plugin doesn’t generate the FAQ Schema when the block is nested inside other blocks.
To get around this issue you would need to add a filter that controls the nested blocks for Schema generation using the following as an example:
add_filter( 'rank_math/schema/nested_blocks', function( $nested ) {
$nested[] = 'kadence/rowlayout'; // This is an example using Kadence blocks, please edit to match your website
return $nested;
});
To add the filter you can use one of the methods mentioned here: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Don’t hesitate to get in touch if you have any other questions.
Hello @soupia18,
Since we didn’t hear back from you for more than 2 weeks we are going to close this thread.
If you have any follow-ups or additional questions feel free to reply here or open a new ticket.
Thank you.