FAQ – Does not appear in google test

#399138
  • Resolved hidraliso brasil
    Rank Math pro

    I implemented the FAQ via the Rankmath block

    I adopted the product schema for product page and filled in the required data, however when I do the structured data test in google, it cannot identify the FAQ block.

    How to solve this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Prabhat
    Rank Math agency

    Hello,

    Thank you for contacting the support and we regret the inconvenience caused.

    Could you confirm if you’ve added the FAQ block under a Row Layout of the Kadence Blocks plugin?

    If yes, please add the below filter to the website to let Rank Math detect the block under the layout:

    add_filter( 'rank_math/schema/nested_blocks', function( $nested ) {
        $nested[] = 'kadence/rowlayout';
        $nested[] = 'kadence/column';
        return $nested;
    });

    Here’s how you can add the filter: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Once done, clear your website and browser’s cache and test the URL again to see if the Schema is added.

    Let us know how that goes.

    Thank you.

    Thanks

    Prabhat, You’re the Man

    I became your fan. 🙂

    Accurate and punctual answer, it seems like he had read my mind

    Prabhat
    Rank Math agency

    Hello,

    We are super happy that we could address your concern. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind us 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 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.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.