FAQ Block Does Not Produce FAQ Schema Markup

#564916
  • Resolved Anonymous
    Rank Math free

    I created an FAQ using the Gutenberg block. Here is the visible output on the front end; nothing was added to the header. This doesn’t look any different than just using some Gutenberg tabs to create an FAQ. Doesnt look like Schema Markup to me.

    <div id=”rank-math-faq” class=”rank-math-block”>
    <div class=”rank-math-list “>
    <div id=”faq-question-1682524531217″ class=”rank-math-list-item”>
    <h3 class=”rank-math-question “>How do I choose a house painter?</h3>
    <div class=”rank-math-answer “>

    <p>Great question.  Learn 12 must-have qualities to look for in a painting contractor.  Whether your exterior needs a new coat of paint or you’re looking to bring life back to old cabinets, this guide will help you understand how to choose the right painting contractor. </p>

    </div>
    </div>
    <div id=”faq-question-1682524554980″ class=”rank-math-list-item”>
    <h3 class=”rank-math-question “>Do painters include paint?</h3>
    <div class=”rank-math-answer “>

    <p>For certain, yes.  We’ll purchase, pick up, and deliver all the paint and tools needed for your project to ensure we’re ready by your start date!</p>

    </div>
    </div>
    <div id=”faq-question-1682524592658″ class=”rank-math-list-item”>
    <h3 class=”rank-math-question “>How do you price a room for painting?</h3>
    <div class=”rank-math-answer “>

    <p>Every project has a unique scope of work, and so does our pricing. We often base the pricing on square footage, the type of painting, the surface we are painting, and the number of coats necessary to achieve a beautiful finished look.  Request a free estimate for an accurate price.</p>

    </div>
    </div>
    </div>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous
    Rank Math free

    https://www.screencast.com/t/oTCTAfse

    No FAQ schema is detected in google Rich Results Test

    Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    Could you please share the affected URL with us so that we can check the issue further for you?

    Looking forward to helping you.

    Thank you.

    Anonymous
    Rank Math free

    https://staging2.preppaintrepeat.com/wentzville/

    I inserted an FAQ block right at the top so you can see it, no caching, only a few plugins installed, its build with Kadence.

    Hello,

    This issue happens because you are nesting the block inside another block from Kadence.

    To circumvent this issue with the Kadence blocks you need to add the following code to the website>

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

    You can use one of the following methods to add the filter on the page: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    If this is not working on some other blocks from Kadence please let us know so we can update the filter to include those as well.

    Hope this helps solve your issues.

    Don’t hesitate to get in touch if you have any other questions.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘FAQ Block Does Not Produce FAQ Schema Markup’ is closed to new replies.