Hello,
Thank you for contacting Rank Math today.
1). We don’t have any option to extend the Rank Math schema on the backed UI but you can use the following filter to extend the Rank Math schema:
/**
* Collect data to output in JSON-LD.
*
* @param array $unsigned An array of data to output in json-ld.
* @param JsonLD $unsigned JsonLD instance.
*/
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
return [];
}, 10, 2);
2). Adding a FAQ block to an Elementor page is not as straightforward as it could be (due to the limitations of not allowing the use of Gutenberg blocks inside Elementor), but, there’s a workaround.
Here’s a screencast showing the process:
https://i.rankmath.com/DefBHH
When someone switches to the Block/Gutenberg Editor, adds an FAQ Block, and goes back to the Elementor – the FAQ block is going to be removed but only from the frontend. The code remains intact in the source code. One can add the HTML of the questions and answers again.
With that being said, there are existing feature requests, so I’ve added your vote to our internal suggestions lists. If your suggestions are something that we’re able to introduce, I’ll be sure to let you know.
I hope that helps. If there’s anything else we can help you with, please let us know.
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.