WooCommerce product schema & SEO

#170820
  • Resolved Candles Recharge
    Rank Math free

    Hello,

    I just activated your plugin and have optimised my first product page, I have some questions:

    1) Why do you insist on a power word and number if this is a product page?
    2) Being a product page why do I need over 600 words?
    3) Being a product page why do I need to have a table of content?
    4) I have chosen the WooCommerce Product option- but it doesn’t allow for customisation like choosing ‘Product’ does- is this right? And if so then why in the main part of RMath does it complain about my schema?
    5) Being a product page why does it insist on having outbound links?

    This is the product page I just did:
    https://www.candlesrecharge.com.au/product/wax-flameless-pillar-candles/

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for the delay and for any inconvenience this issue may have caused you.

    Please note that these tests are just guidelines, and one does not need to follow them religiously. These tests are only there for your reference to help you in optimizing your pages/post content. If you feel any of them doesn’t apply to your page (especially in your products), please feel free to ignore them. Scoring higher points in Rank Math’s tests won’t guarantee higher rankings.

    For your question number 4, could you please confirm if you’re referring to the WooCommerce Product Schema? If so, Rank Math’s WooCommerce integration automatically pulls the product data that has been entered in the WooCommerce Product created in the WordPress admin area. This makes the entire process easier and even faster.

    I hope that helps. Thank you, and please don’t hesitate to contact us anytime if you need further assistance.

    Hello,

    Okay- would be good to be able to deactivate the ones that don’t apply to product pages or have a product page option for the SEO Analysis.

    4) Yes that’s what I am referring to- noted and that solves that one.

    Thank you.

    Hello,

    Thank you for the follow-up, and sorry for the delay.

    Unfortunately, there’s no option available to disable these tests with your products. However, you can disable them through the help of this filter as a workaround:

    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
            global $post;
            if( $post->post_type == 'product' ) {
                    unset(
                            $tests['contentHasTOC'],
                            $tests['titleHasPowerWords'],
                            $tests['lengthContent'],
                            $tests['linksHasExternals'],
                            $tests['linksNotAllExternals']
                    ); 
            } 
        return $tests; 
    }, 10, 2 );

    This code should go in your theme’s functions.php file. Here’s a screencast you can follow:
    https://i.rankmath.com/hy0PCk

    Here’s the list if you want to disable more test:
    https://rankmath.com/kb/disable-seo-content-tests/

    I hope that helps. Thank you, and please don’t hesitate to contact us anytime if you need further assistance.

    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 3 replies - 1 through 3 (of 3 total)

The ticket ‘WooCommerce product schema & SEO’ is closed to new replies.